From 9d935a30116e9d68f7bf5c497dcd36b5b7e45f23 Mon Sep 17 00:00:00 2001 From: Sergio Bobillier Date: Thu, 5 Jun 2025 09:58:36 +0200 Subject: [PATCH] [RELEASE] Version 28.3.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 a546d38..05df220 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.3.0] - 2025-06-05 + ### Added - The `Aggregations::Composite` class and the `Aggregations#composite` method. They make it possible to use Elasticsearch's `composite` aggregations. diff --git a/lib/jay_api/version.rb b/lib/jay_api/version.rb index 4832a69..ff48c93 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.2.0' + VERSION = '28.3.0' end