From d55ac5432fc72bb7cb510be94a3361f96074baff Mon Sep 17 00:00:00 2001 From: Sergio Bobillier Date: Tue, 21 Oct 2025 17:53:04 +0200 Subject: [PATCH] [RELEASE] Version 29.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 cea2669..6cee0b5 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.1.0] - 2025-10-22 + ### Added - The `#bool` method to the `QueryBuilder::QueryClauses::Bool` class. This allows boolean clauses to be nested. diff --git a/lib/jay_api/version.rb b/lib/jay_api/version.rb index ab2f70a..30ec166 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.0.0' + VERSION = '29.1.0' end