Skip to content

Commit f1595a5

Browse files
committed
Bumps version to 9.0.3 and updates CHANGELOG
1 parent e08b4a6 commit f1595a5

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.0.3
4+
5+
- Adds `ccr` alias for `cross_cluster_replication` and `slm` alias for `snapshot_lifecycle_management`.
6+
- Tested for JRuby 10.0.0.
7+
- General updates in source code docs.
8+
39
# 9.0.2
410

511
- Udpates setting 'Accept' and 'Content-Type' headers as to not duplicate or overwrite set headers [#2666](https://github.com/elastic/elasticsearch-ruby/pull/2666).

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.0.2'.freeze
20+
VERSION = '9.0.3'.freeze
2121
ES_SPECIFICATION_COMMIT = '922e9456120bb3e729432d252a36ddd2b705df96'.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.0.2'
49+
s.add_dependency 'elasticsearch-api', '9.0.3'
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.0.2'.freeze
19+
VERSION = '9.0.3'.freeze
2020
end

0 commit comments

Comments
 (0)