Skip to content

Commit 5b11ee7

Browse files
committed
Release 7.2.1
1 parent 4962fda commit 5b11ee7

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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

elasticsearch-api/lib/elasticsearch/api/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
module Elasticsearch
1919
module API
20-
VERSION = "7.2.0"
20+
VERSION = "7.2.1"
2121
end
2222
end

elasticsearch-transport/lib/elasticsearch/transport/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
module Elasticsearch
1919
module Transport
20-
VERSION = "7.2.0"
20+
VERSION = "7.2.1"
2121
end
2222
end

elasticsearch-xpack/lib/elasticsearch/xpack/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
module Elasticsearch
1919
module XPack
20-
VERSION = "7.2.0"
20+
VERSION = "7.2.1"
2121
end
2222
end

elasticsearch/elasticsearch.gemspec

+2-2
Original file line numberDiff line numberDiff 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

elasticsearch/lib/elasticsearch/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
# under the License.
1717

1818
module Elasticsearch
19-
VERSION = "7.2.0"
19+
VERSION = "7.2.1"
2020
end

0 commit comments

Comments
 (0)