File tree 6 files changed +13
-6
lines changed
elasticsearch-api/lib/elasticsearch/api
elasticsearch-transport/lib/elasticsearch/transport
elasticsearch-xpack/lib/elasticsearch/xpack
6 files changed +13
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## 7.2.1
2
+
3
+ ### Client
4
+
5
+ * Cluster name is variable in cloud id
6
+
7
+
1
8
## 7.2.0
2
9
3
10
### Client
Original file line number Diff line number Diff line change 17
17
18
18
module Elasticsearch
19
19
module API
20
- VERSION = "7.2.0 "
20
+ VERSION = "7.2.1 "
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 Transport
20
- VERSION = "7.2.0 "
20
+ VERSION = "7.2.1 "
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 XPack
20
- VERSION = "7.2.0 "
20
+ VERSION = "7.2.1 "
21
21
end
22
22
end
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ Gem::Specification.new do |s|
40
40
41
41
s . required_ruby_version = '>= 1.9'
42
42
43
- s . add_dependency "elasticsearch-transport" , '7.2.0 '
44
- s . add_dependency "elasticsearch-api" , '7.2.0 '
43
+ s . add_dependency "elasticsearch-transport" , '7.2.1 '
44
+ s . add_dependency "elasticsearch-api" , '7.2.1 '
45
45
46
46
s . add_development_dependency "bundler"
47
47
Original file line number Diff line number Diff line change 16
16
# under the License.
17
17
18
18
module Elasticsearch
19
- VERSION = "7.2.0 "
19
+ VERSION = "7.2.1 "
20
20
end
You can’t perform that action at this time.
0 commit comments