Skip to content

Commit b91799e

Browse files
committed
Bumps version to 9.1.2 and updates CHANGELOG
1 parent e83a029 commit b91799e

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
**See the full release notes on the official documentation website: https://www.elastic.co/docs/release-notes/elasticsearch/clients/ruby**
22

3+
# 9.1.2
4+
5+
* Fixes [2758](https://github.com/elastic/elasticsearch-ruby/issues/2758) - `msearch`, `bulk` and other NDJSON endpoints overriding headers for `content-type` and `accept`. [Pull Request](https://github.com/elastic/elasticsearch-ruby/pull/2759).
6+
* Adds `transform.set_upgrade_mode`.
7+
* Updates source code documentation from latest 9.1 Elasticsearch specification.
8+
39
# 9.1.1
410

511
## Elasticsearch API

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

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

1818
module Elasticsearch
1919
module API
20-
VERSION = '9.1.1'.freeze
20+
VERSION = '9.1.2'.freeze
2121
ES_SPECIFICATION_COMMIT = 'eeef9c87c1273e5dd3a5a313768bfa6728cd39cc'.freeze
2222
end
2323
end

elasticsearch/elasticsearch.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Gem::Specification.new do |s|
4646
s.rdoc_options = ['--charset=UTF-8']
4747

4848
s.required_ruby_version = '>= 2.6' # For compatibility with JRuby 9.3
49-
s.add_dependency 'elasticsearch-api', '9.1.1'
49+
s.add_dependency 'elasticsearch-api', '9.1.2'
5050
s.add_dependency 'elastic-transport', '~> 8.3'
5151

5252
s.add_development_dependency 'base64'

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 = '9.1.1'.freeze
19+
VERSION = '9.1.2'.freeze
2020
end

0 commit comments

Comments
 (0)