File tree 3 files changed +7
-2
lines changed
algoliasearch/src/main/java/com/algolia
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
6
## [ 4.12.1] ( https://github.com/algolia/algoliasearch-client-java/compare/4.12.0...4.12.1 )
2
7
3
8
- [ 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/ )
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ private BuildConfig() {
6
6
// Empty.
7
7
}
8
8
9
- public static final String VERSION = "4.12.1 " ;
9
+ public static final String VERSION = "4.12.2 " ;
10
10
}
Original file line number Diff line number Diff line change 1
1
GROUP =com.algolia
2
- VERSION_NAME =4.12.1
2
+ VERSION_NAME =4.12.2
3
3
4
4
SONATYPE_HOST =DEFAULT
5
5
RELEASE_SIGNING_ENABLED =true
You can’t perform that action at this time.
0 commit comments