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