Skip to content

Commit

Permalink
chore: release 3.12.2
Browse files Browse the repository at this point in the history
Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
algolia-bot and shortcuts committed Dec 18, 2024
1 parent 4ee45f9 commit 476cce0
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.12.2](https://github.com/algolia/algoliasearch-client-kotlin/compare/3.12.1...3.12.2)

- [0481473fe0](https://github.com/algolia/api-clients-automation/commit/0481473fe0) chore: trigger auto close pr ([#4250](https://github.com/algolia/api-clients-automation/pull/4250)) by [@shortcuts](https://github.com/shortcuts/)

## [3.12.1](https://github.com/algolia/algoliasearch-client-kotlin/compare/3.12.0...3.12.1)

- [cd59f445e](https://github.com/algolia/api-clients-automation/commit/cd59f445e) fix(specs): enable watcher for push ([#4229](https://github.com/algolia/api-clients-automation/pull/4229)) 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.12.1"
internal const val VERSION: String = "3.12.2"
}
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.12.1
VERSION_NAME=3.12.2

# OSS
SONATYPE_HOST=DEFAULT
Expand Down

0 comments on commit 476cce0

Please sign in to comment.