diff --git a/CHANGELOG.md b/CHANGELOG.md index 15bd48bffe..8df791012c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,11 @@ This update contains support of [Telegram Bot API 6.6](https://core.telegram.org * All separations of stickers types like `Animeted` have been replaces with type `StickerFormat` * New `InputSticker` type (and all subtypes) as replacements for old raw fields in methods +Other changes + +* `Versions`: + * `MicroUtils`: `0.17.3` -> `0.17.4` + ## 6.1.0 * `Versions`: diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2187d2ec0f..dfcdf53538 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ ktor = "2.2.4" ksp = "1.8.10-1.0.9" kotlin-poet = "1.12.0" -microutils = "0.17.3" +microutils = "0.17.4" github-release-plugin = "2.4.1" dokka = "1.8.10"