From ec9c5bd0f38e2819ac58d406ae7812d85ff3d9d2 Mon Sep 17 00:00:00 2001 From: Sergio Bobillier Date: Fri, 22 Aug 2025 10:33:33 +0200 Subject: [PATCH] [RELEASE] Version 28.4.0 --- CHANGELOG.md | 2 ++ lib/jay_api/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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