From e962016f4418172cbdf2f635ff0b17b9cfb46922 Mon Sep 17 00:00:00 2001 From: Sergio Bobillier Date: Thu, 11 Dec 2025 10:20:12 +0100 Subject: [PATCH] [RELEASE] Version 29.3.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 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