Skip to content

Commit

Permalink
chore: release 4.0.0-beta.33
Browse files Browse the repository at this point in the history
Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Pierre Millot <[email protected]>
  • Loading branch information
algolia-bot and millotp committed Jun 11, 2024
1 parent 4bbd804 commit be5956d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [4.0.0-beta.33](https://github.com/algolia/algoliasearch-client-java/compare/4.0.0-beta.32...4.0.0-beta.33)

- [072c38b9a](https://github.com/algolia/api-clients-automation/commit/072c38b9a) fix(clients): remove unused models from lite clients ([#3159](https://github.com/algolia/api-clients-automation/pull/3159)) by [@shortcuts](https://github.com/shortcuts/)
- [c7f5de9d4](https://github.com/algolia/api-clients-automation/commit/c7f5de9d4) feat(clients): add waitForAppTask helper ([#3158](https://github.com/algolia/api-clients-automation/pull/3158)) by [@millotp](https://github.com/millotp/)
- [3a97fad1f](https://github.com/algolia/api-clients-automation/commit/3a97fad1f) fix(clients): chunked batch helper ([#3154](https://github.com/algolia/api-clients-automation/pull/3154)) by [@shortcuts](https://github.com/shortcuts/)
- [c251dc87e](https://github.com/algolia/api-clients-automation/commit/c251dc87e) fix(specs): rankingInfo required properties ([#3157](https://github.com/algolia/api-clients-automation/pull/3157)) by [@millotp](https://github.com/millotp/)
- [fd5a312fb](https://github.com/algolia/api-clients-automation/commit/fd5a312fb) feat(specs): add getAppTask endpoint to search ([#3156](https://github.com/algolia/api-clients-automation/pull/3156)) by [@millotp](https://github.com/millotp/)
- [53ef92dad](https://github.com/algolia/api-clients-automation/commit/53ef92dad) feat(java): add replaceAllObjects helper ([#3150](https://github.com/algolia/api-clients-automation/pull/3150)) by [@millotp](https://github.com/millotp/)
- [cdc866549](https://github.com/algolia/api-clients-automation/commit/cdc866549) fix(specs): dont mention index api keys ([#3117](https://github.com/algolia/api-clients-automation/pull/3117)) by [@kai687](https://github.com/kai687/)

## [4.0.0-beta.32](https://github.com/algolia/algoliasearch-client-java/compare/4.0.0-beta.31...4.0.0-beta.32)

- [2b70d9ea5](https://github.com/algolia/api-clients-automation/commit/2b70d9ea5) fix(specs): exhaustiveFacetsCount is not deprecated for sffv ([#3089](https://github.com/algolia/api-clients-automation/pull/3089)) by [@kai687](https://github.com/kai687/)
Expand Down
2 changes: 1 addition & 1 deletion algoliasearch/src/main/java/com/algolia/BuildConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ private BuildConfig() {
// Empty.
}

public static final String VERSION = "4.0.0-beta.32";
public static final String VERSION = "4.0.0-beta.33";
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.algolia
VERSION_NAME=4.0.0-beta.32
VERSION_NAME=4.0.0-beta.33

SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true
Expand Down

0 comments on commit be5956d

Please sign in to comment.