From 4d7f83fe6f559b750995f7e0480eb15f7082a47f Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Mon, 25 Mar 2024 12:51:57 +0000 Subject: [PATCH] chore: release 4.0.0-beta.27 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 424641003..78350f610 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [4.0.0-beta.27](https://github.com/algolia/algoliasearch-client-java/compare/4.0.0-beta.26...4.0.0-beta.27) + +- [10c9339c8](https://github.com/algolia/api-clients-automation/commit/10c9339c8) fix(specs): more flexible custom methods ([#2889](https://github.com/algolia/api-clients-automation/pull/2889)) by [@damcou](https://github.com/damcou/) + ## [4.0.0-beta.26](https://github.com/algolia/algoliasearch-client-java/compare/4.0.0-beta.25...4.0.0-beta.26) - [7dc719cbe](https://github.com/algolia/api-clients-automation/commit/7dc719cbe) fix(specs): make languages an enum ([#2865](https://github.com/algolia/api-clients-automation/pull/2865)) 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 d450d1588..ce03fb50a 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.0.0-beta.26"; + public static final String VERSION = "4.0.0-beta.27"; } diff --git a/gradle.properties b/gradle.properties index bbe33295e..d89ffdc22 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.algolia -VERSION_NAME=4.0.0-beta.26 +VERSION_NAME=4.0.0-beta.27 SONATYPE_HOST=DEFAULT RELEASE_SIGNING_ENABLED=true