Merge pull request #831 from InsanusMokrassar/10.1.1

10.1.1
This commit is contained in:
InsanusMokrassar 2024-03-01 23:34:05 +06:00 committed by GitHub
commit fd26d14380
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 5 deletions

View File

@ -1,5 +1,12 @@
# TelegramBotAPI changelog
## 10.1.1
* `Version`:
* `Serialization`: `1.6.2` -> `1.6.3`
* `MicroUtils`: `0.20.34` -> `0.20.37`
* `Korlibs`: `5.3.1` -> `5.3.2`
## 10.1.0
**Add support of [Telegram Bots API 7.1](https://core.telegram.org/bots/api-changelog#february-16-2024)**

View File

@ -6,4 +6,4 @@ kotlin.incremental=true
kotlin.incremental.js=true
library_group=dev.inmo
library_version=10.1.0
library_version=10.1.1

View File

@ -1,19 +1,19 @@
[versions]
kotlin = "1.9.22"
kotlin-serialization = "1.6.2"
kotlin-serialization = "1.6.3"
kotlin-coroutines = "1.8.0"
javax-activation = "1.1.1"
korlibs = "5.3.1"
korlibs = "5.3.2"
uuid = "0.8.2"
ktor = "2.3.8"
ksp = "1.9.22-1.0.17"
ksp = "1.9.22-1.0.18"
kotlin-poet = "1.16.0"
microutils = "0.20.34"
microutils = "0.20.37"
kslog = "1.3.2"
versions = "0.51.0"