diff --git a/CHANGELOG.md b/CHANGELOG.md index 34197bba1..a3de3b377 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [4.0.0-beta.20](https://github.com/algolia/algoliasearch-client-java/compare/4.0.0-beta.19...4.0.0-beta.20) + +- [b3d61128a](https://github.com/algolia/api-clients-automation/commit/b3d61128a) docs(clients): add ACL section to code doc ([#2576](https://github.com/algolia/api-clients-automation/pull/2576)) by [@millotp](https://github.com/millotp/) + ## [4.0.0-beta.19](https://github.com/algolia/algoliasearch-client-java/compare/4.0.0-beta.18...4.0.0-beta.19) - [872ab29bf](https://github.com/algolia/api-clients-automation/commit/872ab29bf) feat(specs): update query suggestions unauthorized response example ([#2606](https://github.com/algolia/api-clients-automation/pull/2606)) by [@alphonseb](https://github.com/alphonseb/) diff --git a/algoliasearch/src/main/java/com/algolia/BuildConfig.java b/algoliasearch/src/main/java/com/algolia/BuildConfig.java index e1aa7ac6e..8ec40130b 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.19"; + public static final String VERSION = "4.0.0-beta.20"; } diff --git a/gradle.properties b/gradle.properties index adce15bec..10b28a2bd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.algolia -VERSION_NAME=4.0.0-beta.19 +VERSION_NAME=4.0.0-beta.20 SONATYPE_HOST=DEFAULT RELEASE_SIGNING_ENABLED=true