Skip to content

Commit b56095b

Browse files
chore: release 4.0.0
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 0682040 commit b56095b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [4.0.0](https://github.com/algolia/algoliasearch-client-java/compare/4.0.0-beta.47...4.0.0)
2+
3+
New major version released! Browse [our documentation](https://www.algolia.com/doc/libraries/java)
4+
5+
- [22348001a](https://github.com/algolia/api-clients-automation/commit/22348001a) fix(specs): required ingestion search params ([#3516](https://github.com/algolia/api-clients-automation/pull/3516)) by [@shortcuts](https://github.com/shortcuts/)
6+
17
## [4.0.0-beta.47](https://github.com/algolia/algoliasearch-client-java/compare/4.0.0-beta.46...4.0.0-beta.47)
28

39
- [4c052002e](https://github.com/algolia/api-clients-automation/commit/4c052002e) feat(specs): recursive snippets and highlights result ([#3497](https://github.com/algolia/api-clients-automation/pull/3497)) by [@shortcuts](https://github.com/shortcuts/)

algoliasearch/src/main/java/com/algolia/BuildConfig.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ private BuildConfig() {
66
// Empty.
77
}
88

9-
public static final String VERSION = "4.0.0-beta.47";
9+
public static final String VERSION = "4.0.0";
1010
}

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.algolia
2-
VERSION_NAME=4.0.0-beta.47
2+
VERSION_NAME=4.0.0
33

44
SONATYPE_HOST=DEFAULT
55
RELEASE_SIGNING_ENABLED=true

0 commit comments

Comments
 (0)