Skip to content

Commit 76c09b4

Browse files
committed
Bumps version to 9.1.1 and updates CHANGELOG
1 parent a8be55d commit 76c09b4

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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.1
4+
5+
## Elasticsearch API
6+
7+
- Updates source code documentation to latest 9.1 specification.
8+
- Adds inference.put_amazonsagemaker.
9+
310
# 9.1.0
411

512
## Gem

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
module Elasticsearch
1919
module API
20-
VERSION = '9.1.0'.freeze
21-
ES_SPECIFICATION_COMMIT = '93d1b5e58d7f47ac3591df5f085b50f0e472b2eb'.freeze
20+
VERSION = '9.1.1'.freeze
21+
ES_SPECIFICATION_COMMIT = '569f8b3768762075a47e5fa16a694b41cbc90a34'.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.0'
49+
s.add_dependency 'elasticsearch-api', '9.1.1'
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.0'.freeze
19+
VERSION = '9.1.1'.freeze
2020
end

0 commit comments

Comments
 (0)