diff --git a/CHANGELOG.md b/CHANGELOG.md index bb7e3c2b9..15db9d552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [4.1.1](https://github.com/algolia/algoliasearch-client-java/compare/4.1.0...4.1.1) + +- [4cbbce55c](https://github.com/algolia/api-clients-automation/commit/4cbbce55c) fix(clients): highlight and snippet results e2e ([#3567](https://github.com/algolia/api-clients-automation/pull/3567)) by [@shortcuts](https://github.com/shortcuts/) +- [7c7de04ab](https://github.com/algolia/api-clients-automation/commit/7c7de04ab) fix(specs): another wrong link ([#3570](https://github.com/algolia/api-clients-automation/pull/3570)) by [@kai687](https://github.com/kai687/) +- [f38a9ef12](https://github.com/algolia/api-clients-automation/commit/f38a9ef12) chore(specs): breaking change method names mapping table ([#3568](https://github.com/algolia/api-clients-automation/pull/3568)) by [@shortcuts](https://github.com/shortcuts/) +- [9dedfc90f](https://github.com/algolia/api-clients-automation/commit/9dedfc90f) fix(clients): mention `main` branch instead of `master` ([#3566](https://github.com/algolia/api-clients-automation/pull/3566)) by [@shortcuts](https://github.com/shortcuts/) +- [0e5ffb1e8](https://github.com/algolia/api-clients-automation/commit/0e5ffb1e8) fix(specs): broken link ([#3559](https://github.com/algolia/api-clients-automation/pull/3559)) by [@kai687](https://github.com/kai687/) + ## [4.1.0](https://github.com/algolia/algoliasearch-client-java/compare/4.0.2...4.1.0) - [d53060d96](https://github.com/algolia/api-clients-automation/commit/d53060d96) feat(specs): add /schedule endpoint ([#3350](https://github.com/algolia/api-clients-automation/pull/3350)) 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 9c663dbd5..63da43b39 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.1.0"; + public static final String VERSION = "4.1.1"; } diff --git a/gradle.properties b/gradle.properties index bbb6676c3..47ada10a3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.algolia -VERSION_NAME=4.1.0 +VERSION_NAME=4.1.1 SONATYPE_HOST=DEFAULT RELEASE_SIGNING_ENABLED=true