From 4a7b9c7871d10c9242c3b83764fe43008cfb678e Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Tue, 17 Sep 2024 07:44:17 +0000 Subject: [PATCH] chore: release 4.3.2 Co-authored-by: algolia-bot Co-authored-by: Thomas Raffray --- CHANGELOG.md | 5 +++++ algoliasearch/src/main/java/com/algolia/BuildConfig.java | 2 +- gradle.properties | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7bf9d45..ee37f7b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [4.3.2](https://github.com/algolia/algoliasearch-client-java/compare/4.3.1...4.3.2) + +- [638058eae](https://github.com/algolia/api-clients-automation/commit/638058eae) fix(specs): update search api specs [skip-bc] ([#3760](https://github.com/algolia/api-clients-automation/pull/3760)) by [@Fluf22](https://github.com/Fluf22/) +- [08d8ee6de](https://github.com/algolia/api-clients-automation/commit/08d8ee6de) chore(deps): dependencies 2024-09-16 [skip-bc] ([#3704](https://github.com/algolia/api-clients-automation/pull/3704)) by [@algolia-bot](https://github.com/algolia-bot/) + ## [4.3.1](https://github.com/algolia/algoliasearch-client-java/compare/4.3.0...4.3.1) - [d4df544d6](https://github.com/algolia/api-clients-automation/commit/d4df544d6) fix(specs): remove usage [skip-bc] ([#3691](https://github.com/algolia/api-clients-automation/pull/3691)) by [@kai687](https://github.com/kai687/) diff --git a/algoliasearch/src/main/java/com/algolia/BuildConfig.java b/algoliasearch/src/main/java/com/algolia/BuildConfig.java index 4da9fa48..9a87e7b2 100644 --- a/algoliasearch/src/main/java/com/algolia/BuildConfig.java +++ b/algoliasearch/src/main/java/com/algolia/BuildConfig.java @@ -6,5 +6,5 @@ private BuildConfig() { // Empty. } - public static final String VERSION = "4.3.1"; + public static final String VERSION = "4.3.2"; } diff --git a/gradle.properties b/gradle.properties index 35d72b69..4918f1d8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.algolia -VERSION_NAME=4.3.1 +VERSION_NAME=4.3.2 SONATYPE_HOST=DEFAULT RELEASE_SIGNING_ENABLED=true