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 bb48d2d commit a67a3eaCopy full SHA for a67a3ea
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 1.5.2
2
+
3
+### Fixed
4
+- Serialization Proguard rules (#231)
5
6
# 1.5.1
7
8
### Fixed
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.5.1"
+ override val version = "1.5.2"
}
0 commit comments