diff --git a/CHANGELOG.md b/CHANGELOG.md index de93189..f32a3ef 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.6.0] - 2026-03-16 + ### Deprecated - The `#task_by_id` method of the `Elasticsearch::Client` class. diff --git a/lib/jay_api/version.rb b/lib/jay_api/version.rb index ae58e3a..7b2dce7 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.5.0' + VERSION = '29.6.0' end