1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-11-16 03:50:24 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
71001b772a Update CHANGELOG.md 2023-06-30 15:15:13 +06:00
449f7f836f Update libs.versions.toml 2023-06-30 15:13:36 +06:00
2 changed files with 4 additions and 2 deletions

View File

@@ -2,6 +2,8 @@
## 8.1.1
**THIS UPDATE CONTAINS BREAKING CHANGES: USERNAMES OF BOTS NOW BECAME NULLABLE**
* `Utils`:
* Improve extension `Update.sourceChat` to add opportunity to select some chats by logic different with the default

View File

@@ -2,7 +2,7 @@
kotlin = "1.8.22"
kotlin-serialization = "1.5.1"
kotlin-coroutines = "1.7.1"
kotlin-coroutines = "1.7.2"
javax-activation = "1.1.1"
@@ -13,7 +13,7 @@ ktor = "2.3.2"
ksp = "1.8.22-1.0.11"
kotlin-poet = "1.14.2"
microutils = "0.19.6"
microutils = "0.19.7"
github-release-plugin = "2.4.1"
dokka = "1.8.20"