From 2d1bee956842d008770d2afa9e71d23cd080ba95 Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Fri, 20 Sep 2024 13:46:03 +0000 Subject: [PATCH] chore: release 2.3.5 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 457e4783..ca7278e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [2.3.5](https://github.com/algolia/algoliasearch-client-scala/compare/2.3.4...2.3.5) + +- [1ee5ce88e](https://github.com/algolia/api-clients-automation/commit/1ee5ce88e) fix(clients): use the correct host for search ([#3787](https://github.com/algolia/api-clients-automation/pull/3787)) by [@millotp](https://github.com/millotp/) + ## [2.3.4](https://github.com/algolia/algoliasearch-client-scala/compare/2.3.3...2.3.4) - [4f64d5fdd](https://github.com/algolia/api-clients-automation/commit/4f64d5fdd) fix(clients): use the dsn with the read transporter ([#3781](https://github.com/algolia/api-clients-automation/pull/3781)) by [@millotp](https://github.com/millotp/) diff --git a/version.sbt b/version.sbt index 3c8d49de..5d5ba863 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "2.3.4" +ThisBuild / version := "2.3.5"