Skip to content

Commit 2527999

Browse files
committed
Release 7.14.1.pre
1 parent 3732dd4 commit 2527999

File tree

6 files changed

+14
-6
lines changed

6 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 7.14.1.pre
2+
3+
This is a pre-release of 7.14.1.
4+
5+
### Client
6+
7+
- Updates Manticore implementation to keep headers from initialization, fixes [a bug](https://github.com/elastic/elasticsearch-ruby/issues/1428) introduced in 7.2. [Commit](3732dd4f6de75365460fa99c1cd89668b107ef1c)
8+
19
## 7.14.0
210

311
### Client

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
module Elasticsearch
1919
module API
20-
VERSION = '7.14.1'.freeze
20+
VERSION = '7.14.1.pre'.freeze
2121
end
2222
end

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
module Elasticsearch
1919
module Transport
20-
VERSION = '7.14.1'.freeze
20+
VERSION = '7.14.1.pre'.freeze
2121
end
2222
end

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
module Elasticsearch
1919
module XPack
20-
VERSION = '7.14.1'.freeze
20+
VERSION = '7.14.1.pre'.freeze
2121
end
2222
end

elasticsearch/elasticsearch.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Gem::Specification.new do |s|
4545

4646
s.required_ruby_version = '>= 2.4'
4747

48-
s.add_dependency 'elasticsearch-transport', '7.14.1'
49-
s.add_dependency 'elasticsearch-api', '7.14.1'
48+
s.add_dependency 'elasticsearch-transport', '7.14.1.pre'
49+
s.add_dependency 'elasticsearch-api', '7.14.1.pre'
5050

5151
s.add_development_dependency 'bundler'
5252
s.add_development_dependency 'byebug' unless defined?(JRUBY_VERSION) || defined?(Rubinius)

elasticsearch/lib/elasticsearch/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
# under the License.
1717

1818
module Elasticsearch
19-
VERSION = '7.14.1'.freeze
19+
VERSION = '7.14.1.pre'.freeze
2020
end

0 commit comments

Comments
 (0)