diff --git a/CHANGELOG.md b/CHANGELOG.md index f8422e2..93e7cec 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.3.0] - 2025-12-11 + ### Added - The `timeout` parameter to `Elasticsearch::ClientFactory#create`. The parameter allows the user to specify the timeout in seconds for Elasticsearch requests. diff --git a/lib/jay_api/version.rb b/lib/jay_api/version.rb index d048900..c7fcd1b 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.2.0' + VERSION = '29.3.0' end