We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25681bd commit 5bcbf3fCopy full SHA for 5bcbf3f
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# Unreleased
+# 1.5.1
2
3
### Fixed
4
- AB testing average click pos type from `Int` to `Float`
buildSrc/src/main/kotlin/Library.kt
@@ -2,5 +2,5 @@ object Library : Dependency {
override val group = "com.algolia"
override val artifact = "algoliasearch-client-kotlin"
5
- override val version = "1.5.0"
+ override val version = "1.5.1"
6
}
0 commit comments