diff --git a/CHANGELOG.md b/CHANGELOG.md index 22a37af1b..97500e458 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [4.2.3](https://github.com/algolia/algoliasearch-client-java/compare/4.2.2...4.2.3) + +- [327e08d4e](https://github.com/algolia/api-clients-automation/commit/327e08d4e) fix(specs): ingestion push task payload [skip-bc] ([#3607](https://github.com/algolia/api-clients-automation/pull/3607)) by [@shortcuts](https://github.com/shortcuts/) + ## [4.2.2](https://github.com/algolia/algoliasearch-client-java/compare/4.2.1...4.2.2) - [fcb2fe541](https://github.com/algolia/api-clients-automation/commit/fcb2fe541) fix(java): make the japicmp mandatory ([#3603](https://github.com/algolia/api-clients-automation/pull/3603)) by [@millotp](https://github.com/millotp/) diff --git a/algoliasearch/src/main/java/com/algolia/BuildConfig.java b/algoliasearch/src/main/java/com/algolia/BuildConfig.java index be0ae23d1..3305cf694 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.2.2"; + public static final String VERSION = "4.2.3"; } diff --git a/gradle.properties b/gradle.properties index 24e4a7b32..f75764bfc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.algolia -VERSION_NAME=4.2.2 +VERSION_NAME=4.2.3 SONATYPE_HOST=DEFAULT RELEASE_SIGNING_ENABLED=true