From a221bc2670b3b2370143ebbe25cf7636be0b53c2 Mon Sep 17 00:00:00 2001 From: John Hernley Date: Wed, 19 Feb 2025 18:22:12 +0000 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 +++ lib/elastomer_client/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7b05f9a..973c7c5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 6.2.2 (2025-02-19) +- Add support for manually and automatically following indices for cross-cluster replication + ## 6.2.1 (2024-12-10) - Add support for rethrottling reindex tasks diff --git a/lib/elastomer_client/version.rb b/lib/elastomer_client/version.rb index 05ac06f5..4601c35b 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.1" + VERSION = "6.2.2" def self.version VERSION