diff --git a/CHANGELOG.md b/CHANGELOG.md index 971569a..f43991d 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.4.0] - 2025-08-26 + ### Added - The `Elasticsearch::Indexes` class. A class which allows multiple indexes to be used (fed or queried) at the same time. diff --git a/lib/jay_api/version.rb b/lib/jay_api/version.rb index ff48c93..533909d 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.3.0' + VERSION = '28.4.0' end