Skip to content

Commit 5771148

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

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [4.7.0](https://github.com/algolia/algoliasearch-client-java/compare/4.6.0...4.7.0)
2+
3+
- [be40cf61d](https://github.com/algolia/api-clients-automation/commit/be40cf61d) feat(specs): add secrets authentications to ingestion ([#4054](https://github.com/algolia/api-clients-automation/pull/4054)) by [@shortcuts](https://github.com/shortcuts/)
4+
15
## [4.6.0](https://github.com/algolia/algoliasearch-client-java/compare/4.5.4...4.6.0)
26

37
- [22f49f1f6](https://github.com/algolia/api-clients-automation/commit/22f49f1f6) fix(specs): update time range number types [skip-bc] ([#4023](https://github.com/algolia/api-clients-automation/pull/4023)) by [@Fluf22](https://github.com/Fluf22/)

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

44
SONATYPE_HOST=DEFAULT
55
RELEASE_SIGNING_ENABLED=true

0 commit comments

Comments
 (0)