diff --git a/CHANGELOG.md b/CHANGELOG.md index 0674e29..36903f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ Please mark backwards incompatible changes with an exclamation mark at the start ## [Unreleased] +## [28.1.0] - 2025-05-19 + ### Added - The `#stats` method to the `Elasticsearch::Client` class. The method returns an object that can be used to retrieve statistics about the Cluster. For the diff --git a/lib/jay_api/version.rb b/lib/jay_api/version.rb index ae0975f..b619673 100644 --- a/lib/jay_api/version.rb +++ b/lib/jay_api/version.rb @@ -2,5 +2,5 @@ module JayAPI # JayAPI gem's semantic version - VERSION = '28.0.0' + VERSION = '28.1.0' end