diff --git a/CHANGELOG.md b/CHANGELOG.md index cad4cd21f7..26f27a8e69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## 0.33.1 +* `Common`: + * `Version`: + * `MicroUtils`: `0.4.29` -> `0.4.30` + * `Klocks`: `2.0.6` -> `2.0.7` + ## 0.33.0 **UPDATE UP TO Telegram Bot API 5.1** diff --git a/gradle.properties b/gradle.properties index 1ca36552a2..386d5dc86d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,11 +8,11 @@ kotlin.incremental.js=true kotlin_version=1.4.31 kotlin_coroutines_version=1.4.3 kotlin_serialisation_runtime_version=1.1.0 -klock_version=2.0.6 +klock_version=2.0.7 uuid_version=0.2.3 ktor_version=1.5.2 -micro_utils_version=0.4.29 +micro_utils_version=0.4.30 javax_activation_version=1.1.1