mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 08:13:47 +00:00
commit
fd26d14380
@ -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)**
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user