From 4395ec29fcfd0944e81484467f9bcc830134af39 Mon Sep 17 00:00:00 2001 From: Sergio Bobillier Date: Wed, 2 Sep 2026 13:23:44 +0200 Subject: [PATCH] [RELEASE] Version 29.11.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 803af73..932dc38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ Please mark backwards incompatible changes with an exclamation mark at the start ## [Unreleased] +## [29.11.0] - 2026-09-03 + ### Added - The `_source` parameter for Elasticsearch's `TopHits` aggregation. - The `sort` parameter for Elasticsearch's `TopHits` aggregation. diff --git a/lib/jay_api/version.rb b/lib/jay_api/version.rb index 83a9d32..de2f038 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 = '29.10.0' + VERSION = '29.11.0' end