Skip to content

Commit

Permalink
chore: release 3.0.0
Browse files Browse the repository at this point in the history
Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
algolia-bot and shortcuts committed Aug 14, 2024
1 parent e1ed863 commit 70c2534
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.0.0](https://github.com/algolia/algoliasearch-client-kotlin/compare/3.0.0-beta.42...3.0.0)

New major version released! Browse [our documentation](https://www.algolia.com/doc/libraries/kotlin)

- [22348001a](https://github.com/algolia/api-clients-automation/commit/22348001a) fix(specs): required ingestion search params ([#3516](https://github.com/algolia/api-clients-automation/pull/3516)) by [@shortcuts](https://github.com/shortcuts/)

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

- [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/)
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.42"
internal const val VERSION: String = "3.0.0"
}
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.42
VERSION_NAME=3.0.0

# OSS
SONATYPE_HOST=DEFAULT
Expand Down

0 comments on commit 70c2534

Please sign in to comment.