From 6375606a948410df37a4087ea23a04263b4082ac Mon Sep 17 00:00:00 2001 From: Sergio Bobillier Date: Fri, 13 Mar 2026 16:25:59 +0100 Subject: [PATCH] [RELEASE] Version 29.6.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 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