Skip to content

Commit

Permalink
release: 1.4.0-beta04
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed May 19, 2020
1 parent 8fbf31b commit 8b3f5f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ this due the [breaking changes](https://github.com/Kotlin/kotlinx.serialization/
### Fixed
- Ensure correctly typing of API key's `restrictIndices` and `restrictSources` parameters (#167, #168)
- Search response serialization after enabling personalization (#185)
- Insights event serialization causing errors in old Android JVMs (#189)

### Removed
- Remove deprecated personalization endpoint in favor of the recommendation client (#185)
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Library.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ object Library : Dependency {

override val group = "com.algolia"
override val artifact = "algoliasearch-client-kotlin"
override val version = "1.4.0-beta03"
override val version = "1.4.0-beta04"
}

0 comments on commit 8b3f5f4

Please sign in to comment.