From 93e72230a1f14bd62cfe69456ba0f07a408b3c84 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sat, 1 Jul 2023 14:17:42 +0600 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1b2da0212..6f35c4dc30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ **THIS UPDATE CONTAINS BREAKING CHANGES: USERNAMES OF BOTS NOW BECAME NULLABLE** +* `Version`: + * `Coroutines`: `1.6.4` -> `1.7.1` + * `Ktor`: `2.3.1` -> `2.3.2` + * `MicroUtils`: `0.19.4` -> `0.19.7` * `Core`: * All bots now have nullable usernames just like common users ([#772](https://github.com/InsanusMokrassar/ktgbotapi/issues/772)) * Decrease possible errors in updates handling by additional handling of update deserialization wrapping ([#773](https://github.com/InsanusMokrassar/ktgbotapi/issues/773))