Skip to content

Commit b91cce3

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

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [4.23.0](https://github.com/algolia/algoliasearch-client-java/compare/4.22.1...4.23.0)
2+
3+
- [050aacef17](https://github.com/algolia/api-clients-automation/commit/050aacef17) chore(deps): dependencies 2025-07-28 ([#5161](https://github.com/algolia/api-clients-automation/pull/5161)) by [@algolia-bot](https://github.com/algolia-bot/)
4+
- [66bc4eee9e](https://github.com/algolia/api-clients-automation/commit/66bc4eee9e) feat(clients): add new abtesting-v3 package to clients + stabilize alpha js package ([#5157](https://github.com/algolia/api-clients-automation/pull/5157)) by [@leonardogavaudan](https://github.com/leonardogavaudan/)
5+
- [ede5ee05b7](https://github.com/algolia/api-clients-automation/commit/ede5ee05b7) fix(clients): WithTransformation methods retry logic ([#5183](https://github.com/algolia/api-clients-automation/pull/5183)) by [@shortcuts](https://github.com/shortcuts/)
6+
17
## [4.22.1](https://github.com/algolia/algoliasearch-client-java/compare/4.22.0...4.22.1)
28

39
- [84a1f4e422](https://github.com/algolia/api-clients-automation/commit/84a1f4e422) refactor(specs): add interface to manipulate query parameter between composition API & Search API ([#5123](https://github.com/algolia/api-clients-automation/pull/5123)) by [@ClaraMuller](https://github.com/ClaraMuller/)

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

Lines changed: 1 addition & 1 deletion
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.22.1";
9+
public static final String VERSION = "4.23.0";
1010
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.algolia
2-
VERSION_NAME=4.22.1
2+
VERSION_NAME=4.23.0
33

44
# POM
55
POM_DESCRIPTION=Java client for Algolia Search API

0 commit comments

Comments
 (0)