Skip to content

Commit b64e392

Browse files
chore: release 4.12.2
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 04222a3 commit b64e392

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.12.2](https://github.com/algolia/algoliasearch-client-java/compare/4.12.1...4.12.2)
2+
3+
- [095bb02ce2](https://github.com/algolia/api-clients-automation/commit/095bb02ce2) fix(java): saveObjects always passing waitForTasks as false ([#4460](https://github.com/algolia/api-clients-automation/pull/4460)) by [@Giglium](https://github.com/Giglium/)
4+
- [ecd6bc4fed](https://github.com/algolia/api-clients-automation/commit/ecd6bc4fed) chore(deps): dependencies 2025-02-17 ([#4459](https://github.com/algolia/api-clients-automation/pull/4459)) by [@algolia-bot](https://github.com/algolia-bot/)
5+
16
## [4.12.1](https://github.com/algolia/algoliasearch-client-java/compare/4.12.0...4.12.1)
27

38
- [506b8a5636](https://github.com/algolia/api-clients-automation/commit/506b8a5636) fix(specs): responseFields description ([#4399](https://github.com/algolia/api-clients-automation/pull/4399)) by [@kai687](https://github.com/kai687/)

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

44
SONATYPE_HOST=DEFAULT
55
RELEASE_SIGNING_ENABLED=true

0 commit comments

Comments
 (0)