Skip to content

Commit

Permalink
chore: release 4.0.0-beta.45
Browse files Browse the repository at this point in the history
Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
algolia-bot and shortcuts committed Aug 8, 2024
1 parent ed48a43 commit 5d4e6dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [4.0.0-beta.45](https://github.com/algolia/algoliasearch-client-java/compare/4.0.0-beta.44...4.0.0-beta.45)

- [2c6147ee7](https://github.com/algolia/api-clients-automation/commit/2c6147ee7) feat(specs): add generate code endpoint to ingestion specs ([#3489](https://github.com/algolia/api-clients-automation/pull/3489)) by [@shortcuts](https://github.com/shortcuts/)
- [6c62a81a7](https://github.com/algolia/api-clients-automation/commit/6c62a81a7) fix(specs): ingestion docker task input ([#3488](https://github.com/algolia/api-clients-automation/pull/3488)) by [@shortcuts](https://github.com/shortcuts/)
- [eab2887f8](https://github.com/algolia/api-clients-automation/commit/eab2887f8) fix(specs): ingestion search endpoint ([#3487](https://github.com/algolia/api-clients-automation/pull/3487)) by [@shortcuts](https://github.com/shortcuts/)

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

- [ac0cadb8a](https://github.com/algolia/api-clients-automation/commit/ac0cadb8a) feat(specs): add transformation copilot to ingestion ([#3479](https://github.com/algolia/api-clients-automation/pull/3479)) by [@Fluf22](https://github.com/Fluf22/)
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.44";
public static final String VERSION = "4.0.0-beta.45";
}
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.44
VERSION_NAME=4.0.0-beta.45

SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true
Expand Down

0 comments on commit 5d4e6dc

Please sign in to comment.