diff --git a/CHANGELOG.md b/CHANGELOG.md index 3119621a..9fa1d360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [4.5.4](https://github.com/algolia/algoliasearch-client-java/compare/4.5.3...4.5.4) + +- [1f36e8f93](https://github.com/algolia/api-clients-automation/commit/1f36e8f93) fix(specs): results in getObjects is required ([#4024](https://github.com/algolia/api-clients-automation/pull/4024)) by [@shortcuts](https://github.com/shortcuts/) + ## [4.5.3](https://github.com/algolia/algoliasearch-client-java/compare/4.5.2...4.5.3) - [fe2c8440e](https://github.com/algolia/api-clients-automation/commit/fe2c8440e) docs(analytics): constrain pagination only to limit query parameter ([#4012](https://github.com/algolia/api-clients-automation/pull/4012)) by [@febeck](https://github.com/febeck/) diff --git a/algoliasearch/src/main/java/com/algolia/BuildConfig.java b/algoliasearch/src/main/java/com/algolia/BuildConfig.java index 7a539d3d..2a777214 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.5.3"; + public static final String VERSION = "4.5.4"; } diff --git a/gradle.properties b/gradle.properties index a9cf4ac9..be7cad50 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.algolia -VERSION_NAME=4.5.3 +VERSION_NAME=4.5.4 SONATYPE_HOST=DEFAULT RELEASE_SIGNING_ENABLED=true