From 1f34268d29a637cd633051d18d483d6d50d8788b Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Mon, 19 Aug 2024 16:09:56 +0000 Subject: [PATCH] chore: release 2.0.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 89277bd4..dfd410e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [2.0.2](https://github.com/algolia/algoliasearch-client-scala/compare/2.0.1...2.0.2) + +- [6cfc2d479](https://github.com/algolia/api-clients-automation/commit/6cfc2d479) chore(specs): update rendered title for search params ([#3553](https://github.com/algolia/api-clients-automation/pull/3553)) by [@shortcuts](https://github.com/shortcuts/) + ## [2.0.1](https://github.com/algolia/algoliasearch-client-scala/compare/2.0.0...2.0.1) - [40c5d47bd](https://github.com/algolia/api-clients-automation/commit/40c5d47bd) fix(specs): delete user token processing time ([#3525](https://github.com/algolia/api-clients-automation/pull/3525)) by [@kai687](https://github.com/kai687/) diff --git a/version.sbt b/version.sbt index ce20fcab..1c25b9aa 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "2.0.1" +ThisBuild / version := "2.0.2"