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