From 864c71cbe4aa626b44e00055abf0d86c55eccda0 Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Wed, 6 Nov 2024 17:47:54 +0000 Subject: [PATCH] chore: release 3.7.1 Co-authored-by: algolia-bot Co-authored-by: Pierre Millot --- CHANGELOG.md | 5 +++++ Gemfile.lock | 2 +- lib/algolia/version.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4fbc344..beff80fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.7.1](https://github.com/algolia/algoliasearch-client-ruby/compare/3.7.0...3.7.1) + +- [801241e12](https://github.com/algolia/api-clients-automation/commit/801241e12) fix(specs): add secrets payload for updates ([#4061](https://github.com/algolia/api-clients-automation/pull/4061)) by [@shortcuts](https://github.com/shortcuts/) +- [625421783](https://github.com/algolia/api-clients-automation/commit/625421783) fix(clients): update browse iterator ([#4058](https://github.com/algolia/api-clients-automation/pull/4058)) by [@Fluf22](https://github.com/Fluf22/) + ## [3.7.0](https://github.com/algolia/algoliasearch-client-ruby/compare/3.6.0...3.7.0) - [be40cf61d](https://github.com/algolia/api-clients-automation/commit/be40cf61d) feat(specs): add secrets authentications to ingestion ([#4054](https://github.com/algolia/api-clients-automation/pull/4054)) by [@shortcuts](https://github.com/shortcuts/) diff --git a/Gemfile.lock b/Gemfile.lock index 9468f014..d12ab7b3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - algolia (3.7.0) + algolia (3.7.1) 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 bbfeb1b2..3dff7618 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.7.0".freeze + VERSION = "3.7.1".freeze end