From 28e5e115c3373f19f7764f35f7eb2b227c77c1d3 Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Tue, 24 Sep 2024 12:39:31 +0000 Subject: [PATCH] chore: release 4.3.6 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 ++++ algoliasearch/src/main/java/com/algolia/BuildConfig.java | 2 +- gradle.properties | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 124fd576..718b248b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [4.3.6](https://github.com/algolia/algoliasearch-client-java/compare/4.3.5...4.3.6) + +- [4e8275165](https://github.com/algolia/api-clients-automation/commit/4e8275165) fix(clients): deserialization ([#3822](https://github.com/algolia/api-clients-automation/pull/3822)) by [@Fluf22](https://github.com/Fluf22/) + ## [4.3.5](https://github.com/algolia/algoliasearch-client-java/compare/4.3.4...4.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/) diff --git a/algoliasearch/src/main/java/com/algolia/BuildConfig.java b/algoliasearch/src/main/java/com/algolia/BuildConfig.java index 2080b5c1..ec94aa7b 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.5"; + public static final String VERSION = "4.3.6"; } diff --git a/gradle.properties b/gradle.properties index b70a05f2..03ff1ac5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.algolia -VERSION_NAME=4.3.5 +VERSION_NAME=4.3.6 SONATYPE_HOST=DEFAULT RELEASE_SIGNING_ENABLED=true