From f20ebd91f55dfa73bae1c23940e1cafae43e2a18 Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Wed, 13 Mar 2024 11:35:08 +0000 Subject: [PATCH] chore: release 4.0.0-beta.25 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 | 6 ++++++ algoliasearch/src/main/java/com/algolia/BuildConfig.java | 2 +- gradle.properties | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b36a87f3e..a10813a4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.0.0-beta.25](https://github.com/algolia/algoliasearch-client-java/compare/4.0.0-beta.24...4.0.0-beta.25) + +- [0f8d4432b](https://github.com/algolia/api-clients-automation/commit/0f8d4432b) feat(specs): insights api reference ([#2859](https://github.com/algolia/api-clients-automation/pull/2859)) by [@kai687](https://github.com/kai687/) +- [c324c06bd](https://github.com/algolia/api-clients-automation/commit/c324c06bd) feat(specs): add ga4BigqueryExport, streaming and append options to task inputs ([#2858](https://github.com/algolia/api-clients-automation/pull/2858)) by [@JasonBerry](https://github.com/JasonBerry/) +- [156fd9e69](https://github.com/algolia/api-clients-automation/commit/156fd9e69) feat(specs): improve API reference documentation ([#2831](https://github.com/algolia/api-clients-automation/pull/2831)) by [@kai687](https://github.com/kai687/) + ## [4.0.0-beta.24](https://github.com/algolia/algoliasearch-client-java/compare/4.0.0-beta.23...4.0.0-beta.24) - [234427491](https://github.com/algolia/api-clients-automation/commit/234427491) feat(specs): Add MappingInput to Task Inputs ([#2787](https://github.com/algolia/api-clients-automation/pull/2787)) by [@jsok](https://github.com/jsok/) diff --git a/algoliasearch/src/main/java/com/algolia/BuildConfig.java b/algoliasearch/src/main/java/com/algolia/BuildConfig.java index 3f5f0f398..dd586c6bf 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.24"; + public static final String VERSION = "4.0.0-beta.25"; } diff --git a/gradle.properties b/gradle.properties index e37c1d0a0..7e324e2e8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.algolia -VERSION_NAME=4.0.0-beta.24 +VERSION_NAME=4.0.0-beta.25 SONATYPE_HOST=DEFAULT RELEASE_SIGNING_ENABLED=true