From 951887e0dcc31fc2e7c0ab4aa6985a463c82e975 Mon Sep 17 00:00:00 2001 From: Sergio Bobillier Date: Fri, 30 May 2025 13:15:23 +0200 Subject: [PATCH] [RELEASE] Version 28.2.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 5e72677..b477c53 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.2.0] - 2025-05-30 + ### Added - The `#nodes` method to the `Elasticsearch::Stats` class. This method gives the user access to the node-related statistics of the Elasticsearch cluster. diff --git a/lib/jay_api/version.rb b/lib/jay_api/version.rb index b619673..4832a69 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.1.0' + VERSION = '28.2.0' end