From 8c1096b988bf9792ca2f7873db192ff42c84f5cc Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Fri, 20 Sep 2024 13:45:37 +0000 Subject: [PATCH] chore: release 4.3.5 Co-authored-by: algolia-bot Co-authored-by: Pierre Millot --- 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 afab4a03..124fd576 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [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/) + ## [4.3.4](https://github.com/algolia/algoliasearch-client-java/compare/4.3.3...4.3.4) - [4f64d5fdd](https://github.com/algolia/api-clients-automation/commit/4f64d5fdd) fix(clients): use the dsn with the read transporter ([#3781](https://github.com/algolia/api-clients-automation/pull/3781)) 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 d4019500..2080b5c1 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.4"; + public static final String VERSION = "4.3.5"; } diff --git a/gradle.properties b/gradle.properties index 423e5db2..b70a05f2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.algolia -VERSION_NAME=4.3.4 +VERSION_NAME=4.3.5 SONATYPE_HOST=DEFAULT RELEASE_SIGNING_ENABLED=true