From 1ef0717203c9530bf03077838634293c443e83b1 Mon Sep 17 00:00:00 2001 From: Sergio Bobillier Date: Wed, 28 Jan 2026 10:12:09 +0100 Subject: [PATCH] [RELEASE] Version 29.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 a33e1d7..0ecad7c 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.4.0] - 2026-01-28 + ### Added - Support for the `bucket_selector` pipeline aggregation in `Elasticsearch::QueryBuilder::Aggregations`. This allows filtering diff --git a/lib/jay_api/version.rb b/lib/jay_api/version.rb index 1767dd4..c395c02 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.3.1' + VERSION = '29.4.0' end