From 734ae49d459711969660575f611fae5870182945 Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Tue, 19 Nov 2024 21:38:40 +0000 Subject: [PATCH] chore: release 2.9.2 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 ++++ version.sbt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10540a22..68061366 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [2.9.2](https://github.com/algolia/algoliasearch-client-scala/compare/2.9.1...2.9.2) + +- [f246995a7](https://github.com/algolia/api-clients-automation/commit/f246995a7) chore(deps): dependencies 2024-11-18 ([#4109](https://github.com/algolia/api-clients-automation/pull/4109)) by [@algolia-bot](https://github.com/algolia-bot/) + ## [2.9.1](https://github.com/algolia/algoliasearch-client-scala/compare/2.9.0...2.9.1) - [36d583e35](https://github.com/algolia/api-clients-automation/commit/36d583e35) fix(specs): make the searchParams compatible with v4 ([#4108](https://github.com/algolia/api-clients-automation/pull/4108)) by [@millotp](https://github.com/millotp/) diff --git a/version.sbt b/version.sbt index 19269622..d34a7900 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "2.9.1" +ThisBuild / version := "2.9.2"