From 3ff24d18a2b1f36868d9d381636b378f0252cf9c Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Mon, 2 Sep 2024 13:48:12 +0000 Subject: [PATCH] chore: release 4.2.4 Co-authored-by: algolia-bot Co-authored-by: Pierre Millot --- 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 97500e458..37bca1760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [4.2.4](https://github.com/algolia/algoliasearch-client-java/compare/4.2.3...4.2.4) + +- [3d07a1e4f](https://github.com/algolia/api-clients-automation/commit/3d07a1e4f) fix(specs): ignorePlurals can be a boolean string ([#3620](https://github.com/algolia/api-clients-automation/pull/3620)) by [@millotp](https://github.com/millotp/) +- [c0675ff6b](https://github.com/algolia/api-clients-automation/commit/c0675ff6b) fix(clients): correly parse usage hosts ([#3622](https://github.com/algolia/api-clients-automation/pull/3622)) by [@shortcuts](https://github.com/shortcuts/) + ## [4.2.3](https://github.com/algolia/algoliasearch-client-java/compare/4.2.2...4.2.3) - [327e08d4e](https://github.com/algolia/api-clients-automation/commit/327e08d4e) fix(specs): ingestion push task payload [skip-bc] ([#3607](https://github.com/algolia/api-clients-automation/pull/3607)) by [@shortcuts](https://github.com/shortcuts/) diff --git a/algoliasearch/src/main/java/com/algolia/BuildConfig.java b/algoliasearch/src/main/java/com/algolia/BuildConfig.java index 3305cf694..2e025b0de 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.2.3"; + public static final String VERSION = "4.2.4"; } diff --git a/gradle.properties b/gradle.properties index f75764bfc..4175c795d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.algolia -VERSION_NAME=4.2.3 +VERSION_NAME=4.2.4 SONATYPE_HOST=DEFAULT RELEASE_SIGNING_ENABLED=true