Skip to content

Commit

Permalink
Release 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
estolfo committed Jul 25, 2019
1 parent 4962fda commit 5b11ee7
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 7.2.1

### Client

* Cluster name is variable in cloud id


## 7.2.0

### Client
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch-api/lib/elasticsearch/api/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

module Elasticsearch
module API
VERSION = "7.2.0"
VERSION = "7.2.1"
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

module Elasticsearch
module Transport
VERSION = "7.2.0"
VERSION = "7.2.1"
end
end
2 changes: 1 addition & 1 deletion elasticsearch-xpack/lib/elasticsearch/xpack/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

module Elasticsearch
module XPack
VERSION = "7.2.0"
VERSION = "7.2.1"
end
end
4 changes: 2 additions & 2 deletions elasticsearch/elasticsearch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 1.9'

s.add_dependency "elasticsearch-transport", '7.2.0'
s.add_dependency "elasticsearch-api", '7.2.0'
s.add_dependency "elasticsearch-transport", '7.2.1'
s.add_dependency "elasticsearch-api", '7.2.1'

s.add_development_dependency "bundler"

Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/lib/elasticsearch/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
# under the License.

module Elasticsearch
VERSION = "7.2.0"
VERSION = "7.2.1"
end

0 comments on commit 5b11ee7

Please sign in to comment.