diff --git a/CHANGELOG.md b/CHANGELOG.md index 41011eb580..4eced9cdc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## 0.26.0 +* `Common`: + * Versions updates: + * `Klock`: `1.10.0` -> `1.10.3` * `TelegramBotAPI`: * Request `SendDice` was added (calling [sendDice](https://core.telegram.org/bots/api#senddice)) * Class `Dice` was added (type [dice](https://core.telegram.org/bots/api#dice)) diff --git a/gradle.properties b/gradle.properties index c84053e095..139532f266 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ kotlin.code.style=official kotlin_version=1.3.71 kotlin_coroutines_version=1.3.5 kotlin_serialisation_runtime_version=0.20.0 -klock_version=1.10.0 +klock_version=1.10.3 uuid_version=0.1.0 ktor_version=1.3.2