Skip to content

Commit

Permalink
chore: release 4.0.0-beta.30
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 Apr 16, 2024
1 parent 10aef6d commit b986a61
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.0.0-beta.30](https://github.com/algolia/algoliasearch-client-java/compare/4.0.0-beta.29...4.0.0-beta.30)

- [41121e77e](https://github.com/algolia/api-clients-automation/commit/41121e77e) fix(specs): attribute and index names case sensitive ([#2990](https://github.com/algolia/api-clients-automation/pull/2990)) by [@kai687](https://github.com/kai687/)
- [67b0eab89](https://github.com/algolia/api-clients-automation/commit/67b0eab89) feat(specs): update shopify source and task inputs ([#2987](https://github.com/algolia/api-clients-automation/pull/2987)) by [@Fluf22](https://github.com/Fluf22/)
- [60e8e6d68](https://github.com/algolia/api-clients-automation/commit/60e8e6d68) fix(specs): Personalization API ([#2982](https://github.com/algolia/api-clients-automation/pull/2982)) by [@kai687](https://github.com/kai687/)
- [60322c0b5](https://github.com/algolia/api-clients-automation/commit/60322c0b5) fix(specs): a/b testing ([#2981](https://github.com/algolia/api-clients-automation/pull/2981)) by [@kai687](https://github.com/kai687/)

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

- [dabdd0291](https://github.com/algolia/api-clients-automation/commit/dabdd0291) fix(specs): recommend api ([#2958](https://github.com/algolia/api-clients-automation/pull/2958)) 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.29";
public static final String VERSION = "4.0.0-beta.30";
}
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.29
VERSION_NAME=4.0.0-beta.30

SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true
Expand Down

0 comments on commit b986a61

Please sign in to comment.