diff --git a/CHANGELOG.md b/CHANGELOG.md index 92812809d9..30a66d7ccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ * `User` now have no field `userLocale` * For `Java` there is `User#javaLocale` extension function, which will give an old locale work way +### 0.20.1 + ## 0.19.0 ImplicitReflection removing * Total rework of serialization for requests. Now all `SimpleRequest` children have: diff --git a/build.gradle b/build.gradle index 556ba50fe5..df3dce2e6c 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ plugins { id "org.jetbrains.kotlin.plugin.serialization" version "$kotlin_version" } -project.version = "0.20.0" +project.version = "0.20.1" project.group = "com.github.insanusmokrassar" apply from: "publish.gradle"