From b64e392a8eb209198e0e2baf1fee5e60c3f2880e Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Mon, 17 Feb 2025 13:37:40 +0000 Subject: [PATCH] chore: release 4.12.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 | 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 a618350c..8e230323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [4.12.2](https://github.com/algolia/algoliasearch-client-java/compare/4.12.1...4.12.2) + +- [095bb02ce2](https://github.com/algolia/api-clients-automation/commit/095bb02ce2) fix(java): saveObjects always passing waitForTasks as false ([#4460](https://github.com/algolia/api-clients-automation/pull/4460)) by [@Giglium](https://github.com/Giglium/) +- [ecd6bc4fed](https://github.com/algolia/api-clients-automation/commit/ecd6bc4fed) chore(deps): dependencies 2025-02-17 ([#4459](https://github.com/algolia/api-clients-automation/pull/4459)) by [@algolia-bot](https://github.com/algolia-bot/) + ## [4.12.1](https://github.com/algolia/algoliasearch-client-java/compare/4.12.0...4.12.1) - [506b8a5636](https://github.com/algolia/api-clients-automation/commit/506b8a5636) fix(specs): responseFields description ([#4399](https://github.com/algolia/api-clients-automation/pull/4399)) 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 e8f76fbd..a63a89a4 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.12.1"; + public static final String VERSION = "4.12.2"; } diff --git a/gradle.properties b/gradle.properties index 76cb0456..6aa28361 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.algolia -VERSION_NAME=4.12.1 +VERSION_NAME=4.12.2 SONATYPE_HOST=DEFAULT RELEASE_SIGNING_ENABLED=true