From bc310598edbc3345560b6c89d6ca7cf2c6ad569d Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Wed, 25 Sep 2024 11:40:09 +0000 Subject: [PATCH] chore: release 2.3.7 Co-authored-by: algolia-bot Co-authored-by: Pierre Millot --- CHANGELOG.md | 4 ++++ version.sbt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69d76077..f30d596b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [2.3.7](https://github.com/algolia/algoliasearch-client-scala/compare/2.3.6...2.3.7) + +- [022131871](https://github.com/algolia/api-clients-automation/commit/022131871) fix(specs): correct query params for ingestion [skip-bc] ([#3830](https://github.com/algolia/api-clients-automation/pull/3830)) by [@millotp](https://github.com/millotp/) + ## [2.3.6](https://github.com/algolia/algoliasearch-client-scala/compare/2.3.5...2.3.6) - [1939114e1](https://github.com/algolia/api-clients-automation/commit/1939114e1) chore(deps): dependencies 2024-09-23 ([#3790](https://github.com/algolia/api-clients-automation/pull/3790)) by [@algolia-bot](https://github.com/algolia-bot/) diff --git a/version.sbt b/version.sbt index d5d2c440..c0d25070 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "2.3.6" +ThisBuild / version := "2.3.7"