Skip to content

Commit 0295191

Browse files
chore: release 3.14.1
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 5a506a8 commit 0295191

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.14.1](https://github.com/algolia/algoliasearch-client-kotlin/compare/3.14.0...3.14.1)
2+
3+
- [506b8a5636](https://github.com/algolia/api-clients-automation/commit/506b8a5636) fix(specs): responseFields description ([#4399](https://github.com/algolia/api-clients-automation/pull/4399)) by [@kai687](https://github.com/kai687/)
4+
- [09e657fa76](https://github.com/algolia/api-clients-automation/commit/09e657fa76) fix(specs): add a linter to assert that type is present ([#4393](https://github.com/algolia/api-clients-automation/pull/4393)) by [@millotp](https://github.com/millotp/)
5+
- [27ad6df2ab](https://github.com/algolia/api-clients-automation/commit/27ad6df2ab) chore(deps): dependencies 2025-01-27 ([#4395](https://github.com/algolia/api-clients-automation/pull/4395)) by [@algolia-bot](https://github.com/algolia-bot/)
6+
- [9ac6165a0f](https://github.com/algolia/api-clients-automation/commit/9ac6165a0f) chore(deps): dependencies 2025-02-03 ([#4419](https://github.com/algolia/api-clients-automation/pull/4419)) by [@algolia-bot](https://github.com/algolia-bot/)
7+
18
## [3.14.0](https://github.com/algolia/algoliasearch-client-kotlin/compare/3.13.0...3.14.0)
29

310
- [5aa57630d6](https://github.com/algolia/api-clients-automation/commit/5aa57630d6) feat(specs): only use shortname in the source input ([#4287](https://github.com/algolia/api-clients-automation/pull/4287)) by [@millotp](https://github.com/millotp/)
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.algolia.client
22

33
internal object BuildConfig {
4-
internal const val VERSION: String = "3.14.0"
4+
internal const val VERSION: String = "3.14.1"
55
}

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kotlin.mpp.stability.nowarn=true
44

55
# Lib
66
GROUP=com.algolia
7-
VERSION_NAME=3.14.0
7+
VERSION_NAME=3.14.1
88

99
# OSS
1010
SONATYPE_HOST=DEFAULT

0 commit comments

Comments
 (0)