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 a2bae6c commit 9a334d6Copy full SHA for 9a334d6
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 1.1.2
2
+
3
+- Ktor version 1.2.3
4
+- Minimum version of Kotlin is now 1.3.41
5
6
# 1.1.1
7
8
- `Compression` is `None` by default
buildSrc/src/main/kotlin/Library.kt
@@ -2,5 +2,5 @@ object Library: Dependency {
override val group = "com.algolia"
override val artifact = "algoliasearch-client-kotlin"
- override val version = "1.1.1"
+ override val version = "1.1.2"
}
0 commit comments