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