From f50046ab8d7940c4699859bbd1cffc7d0fca3c90 Mon Sep 17 00:00:00 2001 From: Sarwaan Ansari <31755174+sarwaan001@users.noreply.github.com> Date: Fri, 6 Jun 2025 15:27:46 +0000 Subject: [PATCH] v6.2.3 --- CHANGELOG.md | 4 ++++ lib/elastomer_client/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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