From a783abf477c3717f5cce80786d1580b1615ab1aa Mon Sep 17 00:00:00 2001 From: Sergio Bobillier Date: Mon, 19 May 2025 12:28:10 +0200 Subject: [PATCH] [RELEASE] Version 28.1.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 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