Skip to content

Commit 8b3f5f4

Browse files
committed
release: 1.4.0-beta04
1 parent 8fbf31b commit 8b3f5f4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ this due the [breaking changes](https://github.com/Kotlin/kotlinx.serialization/
1818
### Fixed
1919
- Ensure correctly typing of API key's `restrictIndices` and `restrictSources` parameters (#167, #168)
2020
- Search response serialization after enabling personalization (#185)
21+
- Insights event serialization causing errors in old Android JVMs (#189)
2122

2223
### Removed
2324
- Remove deprecated personalization endpoint in favor of the recommendation client (#185)

buildSrc/src/main/kotlin/Library.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ object Library : Dependency {
22

33
override val group = "com.algolia"
44
override val artifact = "algoliasearch-client-kotlin"
5-
override val version = "1.4.0-beta03"
5+
override val version = "1.4.0-beta04"
66
}

0 commit comments

Comments
 (0)