Skip to content

Commit 33c4f23

Browse files
algolia-botmillotp
andcommitted
chore: release 4.8.1
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent b92f1e0 commit 33c4f23

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [4.8.1](https://github.com/algolia/algoliasearch-client-java/compare/4.8.0...4.8.1)
2+
3+
- [36d583e35](https://github.com/algolia/api-clients-automation/commit/36d583e35) fix(specs): make the searchParams compatible with v4 ([#4108](https://github.com/algolia/api-clients-automation/pull/4108)) by [@millotp](https://github.com/millotp/)
4+
- [996ba5036](https://github.com/algolia/api-clients-automation/commit/996ba5036) fix(specs): remove private beta endpoint from recommend ([#4110](https://github.com/algolia/api-clients-automation/pull/4110)) by [@shortcuts](https://github.com/shortcuts/)
5+
16
## [4.8.0](https://github.com/algolia/algoliasearch-client-java/compare/4.7.1...4.8.0)
27

38
- [4c73f4c9a](https://github.com/algolia/api-clients-automation/commit/4c73f4c9a) feat(specs): add estimate path and responses ([#4057](https://github.com/algolia/api-clients-automation/pull/4057)) by [@cdhawke](https://github.com/cdhawke/)

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

44
SONATYPE_HOST=DEFAULT
55
RELEASE_SIGNING_ENABLED=true

0 commit comments

Comments
 (0)