Skip to content

Commit b026445

Browse files
authored
Merge pull request #330 from github/sarwaan001/release_v6.2.3
Release v6.2.3
2 parents a20bb1b + f50046a commit b026445

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
## 6.2.2 (2025-02-19)
26
- Add support for manually and automatically following indices for cross-cluster replication
37

lib/elastomer_client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module ElastomerClient
4-
VERSION = "6.2.2"
4+
VERSION = "6.2.3"
55

66
def self.version
77
VERSION

0 commit comments

Comments
 (0)