From 9a9b408a04fd016f0567d4332beb5c71a566dd6c Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Wed, 28 Aug 2024 10:51:54 +0000 Subject: [PATCH] chore: release 2.2.1 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 43a204b6..419d6560 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [2.2.1](https://github.com/algolia/algoliasearch-client-scala/compare/2.2.0...2.2.1) + +- [41f849e41](https://github.com/algolia/api-clients-automation/commit/41f849e41) fix(specs): partial update operation ([#3486](https://github.com/algolia/api-clients-automation/pull/3486)) by [@kai687](https://github.com/kai687/) + ## [2.2.0](https://github.com/algolia/algoliasearch-client-scala/compare/2.1.1...2.2.0) - [23a799f0e](https://github.com/algolia/api-clients-automation/commit/23a799f0e) feat(specs): push source type ([#3600](https://github.com/algolia/api-clients-automation/pull/3600)) by [@shortcuts](https://github.com/shortcuts/) diff --git a/version.sbt b/version.sbt index 854b5c11..6194a273 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "2.2.0" +ThisBuild / version := "2.2.1"