Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
jherns committed Dec 10, 2024
1 parent f2d5777 commit 6cb7b1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## 6.2.1 (2024-12-10)
- Add support for rethrottling reindex tasks

## 6.2.0 (2024-11-06)
- Added support for reindex API
- Removed CI checks for ES 5.6.15
- Add support for reindex API
- Remove CI checks for ES 5.6.15

## 6.1.1 (2024-06-05)
- Unlock faraday_middleware version to allow 1.x
Expand Down
2 changes: 1 addition & 1 deletion lib/elastomer_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module ElastomerClient
VERSION = "6.2.0"
VERSION = "6.2.1"

def self.version
VERSION
Expand Down

0 comments on commit 6cb7b1d

Please sign in to comment.