From 52f156c2d51bec4316dee093f3dbc7eef9d00ebc Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Mon, 24 Jun 2024 13:51:55 +0000 Subject: [PATCH] chore: release 4.0.0-beta.36 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 48003e9d1..2d42fc3de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [4.0.0-beta.36](https://github.com/algolia/algoliasearch-client-java/compare/4.0.0-beta.35...4.0.0-beta.36) + +- [07e074806](https://github.com/algolia/api-clients-automation/commit/07e074806) feat(clients): add recommend to algoliasearch ([#2860](https://github.com/algolia/api-clients-automation/pull/2860)) by [@shortcuts](https://github.com/shortcuts/) + ## [4.0.0-beta.35](https://github.com/algolia/algoliasearch-client-java/compare/4.0.0-beta.34...4.0.0-beta.35) - [b7ae19f2b](https://github.com/algolia/api-clients-automation/commit/b7ae19f2b) feat(specs): add transformations endpoints to ingestion ([#3215](https://github.com/algolia/api-clients-automation/pull/3215)) 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 8463ba367..f684daab0 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.35"; + public static final String VERSION = "4.0.0-beta.36"; } diff --git a/gradle.properties b/gradle.properties index 203df53e9..4a132895a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.algolia -VERSION_NAME=4.0.0-beta.35 +VERSION_NAME=4.0.0-beta.36 SONATYPE_HOST=DEFAULT RELEASE_SIGNING_ENABLED=true