Skip to content

Commit

Permalink
chore: release 3.0.1
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 b3e8d12 commit ad21e6d
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.1](https://github.com/algolia/algoliasearch-client-kotlin/compare/3.0.0...3.0.1)

- [40c5d47bd](https://github.com/algolia/api-clients-automation/commit/40c5d47bd) fix(specs): delete user token processing time ([#3525](https://github.com/algolia/api-clients-automation/pull/3525)) by [@kai687](https://github.com/kai687/)

## [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)
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"
internal const val VERSION: String = "3.0.1"
}
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
VERSION_NAME=3.0.1

# OSS
SONATYPE_HOST=DEFAULT
Expand Down

0 comments on commit ad21e6d

Please sign in to comment.