We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d5777 commit 6cb7b1dCopy full SHA for 6cb7b1d
2 files changed
CHANGELOG.md
@@ -1,6 +1,9 @@
1
+## 6.2.1 (2024-12-10)
2
+- Add support for rethrottling reindex tasks
3
+
4
## 6.2.0 (2024-11-06)
-- Added support for reindex API
-- Removed CI checks for ES 5.6.15
5
+- Add support for reindex API
6
+- Remove CI checks for ES 5.6.15
7
8
## 6.1.1 (2024-06-05)
9
- Unlock faraday_middleware version to allow 1.x
lib/elastomer_client/version.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module ElastomerClient
- VERSION = "6.2.0"
+ VERSION = "6.2.1"
def self.version
VERSION
0 commit comments