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"