Skip to content

Commit e4a0e4a

Browse files
chore: release 3.0.0-beta.42
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent ba48e78 commit e4a0e4a

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+
## [3.0.0-beta.42](https://github.com/algolia/algoliasearch-client-kotlin/compare/3.0.0-beta.41...3.0.0-beta.42)
2+
3+
- [4c052002e](https://github.com/algolia/api-clients-automation/commit/4c052002e) feat(specs): recursive snippets and highlights result ([#3497](https://github.com/algolia/api-clients-automation/pull/3497)) by [@shortcuts](https://github.com/shortcuts/)
4+
15
## [3.0.0-beta.41](https://github.com/algolia/algoliasearch-client-kotlin/compare/3.0.0-beta.40...3.0.0-beta.41)
26

37
- [7d2ab99ce](https://github.com/algolia/api-clients-automation/commit/7d2ab99ce) feat(specs): add authentications to ingestion transformations ([#3494](https://github.com/algolia/api-clients-automation/pull/3494)) by [@shortcuts](https://github.com/shortcuts/)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.algolia.client
22

33
internal object BuildConfig {
4-
internal const val VERSION: String = "3.0.0-beta.41"
4+
internal const val VERSION: String = "3.0.0-beta.42"
55
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kotlin.mpp.stability.nowarn=true
44

55
# Lib
66
GROUP=com.algolia
7-
VERSION_NAME=3.0.0-beta.41
7+
VERSION_NAME=3.0.0-beta.42
88

99
# OSS
1010
SONATYPE_HOST=DEFAULT

0 commit comments

Comments
 (0)