Skip to content

Commit

Permalink
chore: release 3.0.0-beta.41
Browse files Browse the repository at this point in the history
Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Thomas Raffray <[email protected]>
Co-authored-by: algolia-bot <[email protected]>
  • Loading branch information
algolia-bot and Fluf22 committed Aug 8, 2024
1 parent 1647f38 commit 7ad7eea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [3.0.0-beta.41](https://github.com/algolia/algoliasearch-client-kotlin/compare/3.0.0-beta.40...3.0.0-beta.41)

- [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/)

## [3.0.0-beta.40](https://github.com/algolia/algoliasearch-client-kotlin/compare/3.0.0-beta.39...3.0.0-beta.40)

- [2c6147ee7](https://github.com/algolia/api-clients-automation/commit/2c6147ee7) feat(specs): add generate code endpoint to ingestion specs ([#3489](https://github.com/algolia/api-clients-automation/pull/3489)) by [@shortcuts](https://github.com/shortcuts/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package com.algolia.client

internal object BuildConfig {
internal const val VERSION: String = "3.0.0-beta.40"
internal const val VERSION: String = "3.0.0-beta.41"
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kotlin.mpp.stability.nowarn=true

# Lib
GROUP=com.algolia
VERSION_NAME=3.0.0-beta.40
VERSION_NAME=3.0.0-beta.41

# OSS
SONATYPE_HOST=DEFAULT
Expand Down

0 comments on commit 7ad7eea

Please sign in to comment.