File tree Expand file tree Collapse file tree 6 files changed +13
-6
lines changed
elasticsearch-api/lib/elasticsearch/api
elasticsearch-transport/lib/elasticsearch/transport
elasticsearch-xpack/lib/elasticsearch/xpack Expand file tree Collapse file tree 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+
18## 7.2.0
29
310### Client
Original file line number Diff line number Diff line change 1717
1818module Elasticsearch
1919 module API
20- VERSION = "7.2.0 "
20+ VERSION = "7.2.1 "
2121 end
2222end
Original file line number Diff line number Diff line change 1717
1818module Elasticsearch
1919 module Transport
20- VERSION = "7.2.0 "
20+ VERSION = "7.2.1 "
2121 end
2222end
Original file line number Diff line number Diff line change 1717
1818module Elasticsearch
1919 module XPack
20- VERSION = "7.2.0 "
20+ VERSION = "7.2.1 "
2121 end
2222end
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ Gem::Specification.new do |s|
4040
4141 s . required_ruby_version = '>= 1.9'
4242
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 '
4545
4646 s . add_development_dependency "bundler"
4747
Original file line number Diff line number Diff line change 1616# under the License.
1717
1818module Elasticsearch
19- VERSION = "7.2.0 "
19+ VERSION = "7.2.1 "
2020end
You can’t perform that action at this time.
0 commit comments