diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ab127ea80..a982ff5fa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * `Versions`: * `Coroutines`: `1.6.3` -> `1.6.4` + * `MicroUtils`: `0.11.12` -> `0.11.13` * `Core`: * New `typealiase`s for `CommonMessage` with all supported content types, more info: [PR](https://github.com/InsanusMokrassar/TelegramBotAPI/pull/629) * `Utils`: diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f07138fc49..b2776fb4d2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ korlibs = "2.7.0" uuid = "0.4.1" ktor = "2.0.3" -microutils = "0.11.12" +microutils = "0.11.13" github-release-plugin = "2.4.1"