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 1234a0c commit da2a446Copy full SHA for da2a446
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# Unreleased
+# 1.7.0
2
3
### Added
4
- Query/Settings: `relevancyStrictness` and `decompoundQuery` parameters (#248)
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.6.2"
+ override val version = "1.7.0"
6
}
0 commit comments