Skip to content

Commit b279c72

Browse files
algolia-botmillotp
andcommitted
chore: release 3.18.4
Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Algolia Bot <30854082+algolia-bot@users.noreply.github.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
1 parent 86d26eb commit b279c72

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [3.18.4](https://github.com/algolia/algoliasearch-client-kotlin/compare/3.18.3...3.18.4)
2+
3+
- [369c14232](https://github.com/algolia/api-clients-automation/commit/369c14232) fix(specs): condition cant be numeric filter ([#4726](https://github.com/algolia/api-clients-automation/pull/4726)) by [@kai687](https://github.com/kai687/)
4+
- [1911d224b](https://github.com/algolia/api-clients-automation/commit/1911d224b) fix(specs): event.status can be null ([#4727](https://github.com/algolia/api-clients-automation/pull/4727)) by [@millotp](https://github.com/millotp/)
5+
- [a18b555b4](https://github.com/algolia/api-clients-automation/commit/a18b555b4) fix(specs): add missing recordType collection ([#4728](https://github.com/algolia/api-clients-automation/pull/4728)) by [@millotp](https://github.com/millotp/)
6+
- [881efa617](https://github.com/algolia/api-clients-automation/commit/881efa617) chore(deps): dependencies 2025-04-14 ([#4729](https://github.com/algolia/api-clients-automation/pull/4729)) by [@algolia-bot](https://github.com/algolia-bot/)
7+
- [4570f18b8](https://github.com/algolia/api-clients-automation/commit/4570f18b8) fix(clients): correctly deserialize SearchResult ([#4756](https://github.com/algolia/api-clients-automation/pull/4756)) by [@millotp](https://github.com/millotp/)
8+
19
## [3.18.3](https://github.com/algolia/algoliasearch-client-kotlin/compare/3.18.2...3.18.3)
210

311
- [dbaef6696](https://github.com/algolia/api-clients-automation/commit/dbaef6696) fix(specs): userData is any type ([#4702](https://github.com/algolia/api-clients-automation/pull/4702)) by [@millotp](https://github.com/millotp/)
Lines changed: 1 addition & 1 deletion
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.18.3"
4+
internal const val VERSION: String = "3.18.4"
55
}

gradle.properties

Lines changed: 1 addition & 1 deletion
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.18.3
7+
VERSION_NAME=3.18.4
88

99
# OSS
1010
SONATYPE_HOST=DEFAULT

0 commit comments

Comments
 (0)