Skip to content

Commit b76c1b2

Browse files
committed
chore: release 4.28.2
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Algolia Bot <[email protected]>
1 parent 845bd55 commit b76c1b2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [4.28.2](https://github.com/algolia/algoliasearch-client-java/compare/4.28.1...4.28.2)
2+
3+
- [9a92b3269](https://github.com/algolia/api-clients-automation/commit/9a92b3269) chore(deps): dependencies 2025-10-13 ([#5453](https://github.com/algolia/api-clients-automation/pull/5453)) by [@algolia-bot](https://github.com/algolia-bot/)
4+
- [ac940e40c](https://github.com/algolia/api-clients-automation/commit/ac940e40c) fix(clients): forward requestOptions to searchForHits ([#5473](https://github.com/algolia/api-clients-automation/pull/5473)) by [@millotp](https://github.com/millotp/)
5+
- [02b6a90ae](https://github.com/algolia/api-clients-automation/commit/02b6a90ae) fix(clients): upgrade linter ([#5476](https://github.com/algolia/api-clients-automation/pull/5476)) by [@millotp](https://github.com/millotp/)
6+
- [3fc252bec](https://github.com/algolia/api-clients-automation/commit/3fc252bec) chore: remove dead links ([#5472](https://github.com/algolia/api-clients-automation/pull/5472)) by [@millotp](https://github.com/millotp/)
7+
- [9eebe5113](https://github.com/algolia/api-clients-automation/commit/9eebe5113) docs: replace links for the new doc ([#5478](https://github.com/algolia/api-clients-automation/pull/5478)) by [@millotp](https://github.com/millotp/)
8+
19
## [4.28.1](https://github.com/algolia/algoliasearch-client-java/compare/4.28.0...4.28.1)
210

311
- [940048904](https://github.com/algolia/api-clients-automation/commit/940048904) fix(scripts): checkout tag on release ([#5446](https://github.com/algolia/api-clients-automation/pull/5446)) by [@millotp](https://github.com/millotp/)

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

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

0 commit comments

Comments
 (0)