Skip to content

Commit 6cb7b1d

Browse files
committed
increment version
1 parent f2d5777 commit 6cb7b1d

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
## 6.2.1 (2024-12-10)
2+
- Add support for rethrottling reindex tasks
3+
14
## 6.2.0 (2024-11-06)
2-
- Added support for reindex API
3-
- Removed CI checks for ES 5.6.15
5+
- Add support for reindex API
6+
- Remove CI checks for ES 5.6.15
47

58
## 6.1.1 (2024-06-05)
69
- Unlock faraday_middleware version to allow 1.x

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.0"
4+
VERSION = "6.2.1"
55

66
def self.version
77
VERSION

0 commit comments

Comments
 (0)