From 809f5df4c1c1f994259db92476aca08333480ff9 Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Wed, 23 Oct 2024 10:40:42 +0000 Subject: [PATCH] chore: release 3.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: algolia-bot Co-authored-by: Clément Vannicatte --- CHANGELOG.md | 4 ++++ Gemfile.lock | 2 +- lib/algolia/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f885f87..1b8c4fb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [3.5.4](https://github.com/algolia/algoliasearch-client-ruby/compare/3.5.3...3.5.4) + +- [1f36e8f93](https://github.com/algolia/api-clients-automation/commit/1f36e8f93) fix(specs): results in getObjects is required ([#4024](https://github.com/algolia/api-clients-automation/pull/4024)) by [@shortcuts](https://github.com/shortcuts/) + ## [3.5.3](https://github.com/algolia/algoliasearch-client-ruby/compare/3.5.2...3.5.3) - [fe2c8440e](https://github.com/algolia/api-clients-automation/commit/fe2c8440e) docs(analytics): constrain pagination only to limit query parameter ([#4012](https://github.com/algolia/api-clients-automation/pull/4012)) by [@febeck](https://github.com/febeck/) diff --git a/Gemfile.lock b/Gemfile.lock index dc62200a..1f499530 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - algolia (3.5.3) + algolia (3.5.4) base64 (>= 0.2.0, < 1) faraday (>= 1.0.1, < 3.0) faraday-net_http_persistent (>= 0.15, < 3) diff --git a/lib/algolia/version.rb b/lib/algolia/version.rb index 5e26bd0a..78c147a4 100644 --- a/lib/algolia/version.rb +++ b/lib/algolia/version.rb @@ -1,5 +1,5 @@ # Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT. module Algolia - VERSION = "3.5.3".freeze + VERSION = "3.5.4".freeze end