From cd697b2dfd148b540b85c1c72c2d9d93ef430105 Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Thu, 19 Sep 2024 19:33:02 +0000 Subject: [PATCH] chore: release 4.3.4 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 09b8858e..afab4a03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [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/) + ## [4.3.3](https://github.com/algolia/algoliasearch-client-java/compare/4.3.2...4.3.3) - [1a73994ff](https://github.com/algolia/api-clients-automation/commit/1a73994ff) fix(specs): recommend remove unsupported query parameters [RECO-2345] [skip-bc] ([#3692](https://github.com/algolia/api-clients-automation/pull/3692)) by [@raed667](https://github.com/raed667/) diff --git a/algoliasearch/src/main/java/com/algolia/BuildConfig.java b/algoliasearch/src/main/java/com/algolia/BuildConfig.java index f4889d79..d4019500 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.3"; + public static final String VERSION = "4.3.4"; } diff --git a/gradle.properties b/gradle.properties index 8aab689f..423e5db2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.algolia -VERSION_NAME=4.3.3 +VERSION_NAME=4.3.4 SONATYPE_HOST=DEFAULT RELEASE_SIGNING_ENABLED=true