diff --git a/CHANGELOG.md b/CHANGELOG.md index 27dd9d8a82..f394ec363a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # TelegramBotAPI changelog +## 0.35.2 + +* `Common`: + * `Version`: + * `Kotlin`: `1.5.20` -> `1.5.21` + * `Coroutines`: `1.5.0` -> `1.5.1` + * `Serialization`: `1.2.1` -> `1.2.2` + * `Klock`: `2.1.2` -> `2.2.0` + * `Ktor`: `1.6.0` -> `1.6.1` + * `MicroUtils`: `0.5.15` -> `0.5.16` + ## 0.35.1 * `Common`: diff --git a/gradle.properties b/gradle.properties index ce77349519..4db1b4bebc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,18 +5,18 @@ kotlin.js.generate.externals=true kotlin.incremental=true kotlin.incremental.js=true -kotlin_version=1.5.20 -kotlin_coroutines_version=1.5.0 -kotlin_serialisation_runtime_version=1.2.1 -klock_version=2.1.2 +kotlin_version=1.5.21 +kotlin_coroutines_version=1.5.1 +kotlin_serialisation_runtime_version=1.2.2 +klock_version=2.2.0 uuid_version=0.3.0 -ktor_version=1.6.0 +ktor_version=1.6.1 -micro_utils_version=0.5.15 +micro_utils_version=0.5.16 javax_activation_version=1.1.1 library_group=dev.inmo -library_version=0.35.1 +library_version=0.35.2 github_release_plugin_version=2.2.12