diff --git a/CHANGELOG.md b/CHANGELOG.md index 973c7c5d..4eba7690 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.2.3 (2025-06-06) +- Added support for ES 8.17.2 +- Added support for ES 8.18.0 + ## 6.2.2 (2025-02-19) - Add support for manually and automatically following indices for cross-cluster replication diff --git a/lib/elastomer_client/version.rb b/lib/elastomer_client/version.rb index 4601c35b..6f10cea5 100644 --- a/lib/elastomer_client/version.rb +++ b/lib/elastomer_client/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module ElastomerClient - VERSION = "6.2.2" + VERSION = "6.2.3" def self.version VERSION