Skip to content

Commit

Permalink
chore: release 3.15.1
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 Feb 17, 2025
1 parent 3efba2a commit 26b6bb6
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.15.1](https://github.com/algolia/algoliasearch-client-kotlin/compare/3.15.0...3.15.1)

- [ecd6bc4fed](https://github.com/algolia/api-clients-automation/commit/ecd6bc4fed) chore(deps): dependencies 2025-02-17 ([#4459](https://github.com/algolia/api-clients-automation/pull/4459)) by [@algolia-bot](https://github.com/algolia-bot/)

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

- [fd2353a092](https://github.com/algolia/api-clients-automation/commit/fd2353a092) feat(clients): add manual snippets for search doc ([#4388](https://github.com/algolia/api-clients-automation/pull/4388)) by [@Fluf22](https://github.com/Fluf22/)
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.15.0"
internal const val VERSION: String = "3.15.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.15.0
VERSION_NAME=3.15.1

# OSS
SONATYPE_HOST=DEFAULT
Expand Down

0 comments on commit 26b6bb6

Please sign in to comment.