Skip to content

Commit 724193a

Browse files
algolia-botmillotp
andcommitted
chore: release 4.15.3
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Algolia Bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 4b084f7 commit 724193a

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.15.3](https://github.com/algolia/algoliasearch-client-java/compare/4.15.2...4.15.3)
2+
3+
- [a922dca5a](https://github.com/algolia/api-clients-automation/commit/a922dca5a) docs(partialUpdate): add note about multiple operations ([#4721](https://github.com/algolia/api-clients-automation/pull/4721)) by [@Jerska](https://github.com/Jerska/)
4+
- [e150cd934](https://github.com/algolia/api-clients-automation/commit/e150cd934) fix(specs): message is not required in WatchResponse ([#4723](https://github.com/algolia/api-clients-automation/pull/4723)) by [@millotp](https://github.com/millotp/)
5+
16
## [4.15.2](https://github.com/algolia/algoliasearch-client-java/compare/4.15.1...4.15.2)
27

38
- [9a92af24c8](https://github.com/algolia/api-clients-automation/commit/9a92af24c8) chore(scripts): reuse java-version ([#4696](https://github.com/algolia/api-clients-automation/pull/4696)) by [@millotp](https://github.com/millotp/)

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

44
SONATYPE_HOST=DEFAULT
55
RELEASE_SIGNING_ENABLED=true

0 commit comments

Comments
 (0)