diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c7f009416..165721083a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # TelegramBotAPI changelog +## 0.32.8 + +* `Common`: + * `Version`: + * `Serialization`: `1.1.0-RC` -> `1.1.0` + * `MicroUtils`: `0.4.25` -> `0.4.26` + ## 0.32.7 * `Core`: diff --git a/gradle.properties b/gradle.properties index f7cb21ef35..c35ef1e510 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,16 +7,16 @@ kotlin.incremental.js=true kotlin_version=1.4.30 kotlin_coroutines_version=1.4.2 -kotlin_serialisation_runtime_version=1.1.0-RC +kotlin_serialisation_runtime_version=1.1.0 klock_version=2.0.6 uuid_version=0.2.3 ktor_version=1.5.1 -micro_utils_version=0.4.25 +micro_utils_version=0.4.26 javax_activation_version=1.1.1 library_group=dev.inmo -library_version=0.32.7 +library_version=0.32.8 github_release_plugin_version=2.2.12