File tree 5 files changed +10
-4
lines changed
elasticsearch-model/lib/elasticsearch/model
elasticsearch-persistence
lib/elasticsearch/persistence
elasticsearch-rails/lib/elasticsearch/rails
5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 7.1.0.pre
2
+
3
+ * Tested with elasticsearch Ruby client version 7.6.0
4
+ * Updates rake version
5
+ * Adds pipeline to bulk params [ commit] ( https://github.com/elastic/elasticsearch-rails/commit/63c24c9fe48a74d00c65145cc55c32f4c6907448 )
6
+
1
7
## 7.0.0.pre
2
8
3
9
* Update test tasks and travis (#840 )
Original file line number Diff line number Diff line change 17
17
18
18
module Elasticsearch
19
19
module Model
20
- VERSION = "7.0.0 "
20
+ VERSION = "7.1.0.pre "
21
21
end
22
22
end
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Gem::Specification.new do |s|
41
41
s . required_ruby_version = ">= 1.9.3"
42
42
43
43
s . add_dependency "elasticsearch" , '~> 7'
44
- s . add_dependency "elasticsearch-model" , '7.0.0 '
44
+ s . add_dependency "elasticsearch-model" , '7.1.0.pre '
45
45
s . add_dependency "activesupport" , '> 4'
46
46
s . add_dependency "activemodel" , '> 4'
47
47
s . add_dependency "hashie"
Original file line number Diff line number Diff line change 17
17
18
18
module Elasticsearch
19
19
module Persistence
20
- VERSION = '7.0.0 '
20
+ VERSION = '7.1.0.pre '
21
21
end
22
22
end
Original file line number Diff line number Diff line change 17
17
18
18
module Elasticsearch
19
19
module Rails
20
- VERSION = "7.0.0 "
20
+ VERSION = "7.1.0.pre "
21
21
end
22
22
end
You can’t perform that action at this time.
0 commit comments