Skip to content

Commit 1958e08

Browse files
chore: release 4.15.2
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent e720671 commit 1958e08

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [4.15.2](https://github.com/algolia/algoliasearch-client-java/compare/4.15.1...4.15.2)
2+
3+
- [9a92af24c8](https://github.com/algolia/api-clients-automation/commit/9a92af24c8) chore(scripts): reuse java-version ([#4696](https://github.com/algolia/api-clients-automation/pull/4696)) by [@millotp](https://github.com/millotp/)
4+
- [ac400354a9](https://github.com/algolia/api-clients-automation/commit/ac400354a9) fix(specs): make the updateAt non-null in ingestion ([#4697](https://github.com/algolia/api-clients-automation/pull/4697)) by [@millotp](https://github.com/millotp/)
5+
16
## [4.15.1](https://github.com/algolia/algoliasearch-client-java/compare/4.15.0...4.15.1)
27

38
- [8b5413f002](https://github.com/algolia/api-clients-automation/commit/8b5413f002) chore(deps): dependencies 2025-03-31 ([#4661](https://github.com/algolia/api-clients-automation/pull/4661)) by [@algolia-bot](https://github.com/algolia-bot/)

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.15.1";
9+
public static final String VERSION = "4.15.2";
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.15.1
2+
VERSION_NAME=4.15.2
33

44
SONATYPE_HOST=DEFAULT
55
RELEASE_SIGNING_ENABLED=true

0 commit comments

Comments
 (0)