We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a20bb1b + f50046a commit b026445Copy full SHA for b026445
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 6.2.3 (2025-06-06)
2
+- Added support for ES 8.17.2
3
+- Added support for ES 8.18.0
4
+
5
## 6.2.2 (2025-02-19)
6
- Add support for manually and automatically following indices for cross-cluster replication
7
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
0 commit comments