1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-12-02 06:50:06 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
88339a4977
Update CHANGELOG.md 2022-05-28 09:56:40 +06:00
a13371e14c
Update gradle.properties 2022-05-28 09:55:10 +06:00
2 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,9 @@
## 2.0.1
* `Versions`:
* `Ktor`: `2.0.1` -> `2.0.2`
* `MicroUtils`: `0.10.5` -> `0.10.6`
* `Utils`:
* `TelegramBot#longPolling` now accepts `UpdatesFilter` instead of `FlowsUpdatesFilter`

View File

@ -10,9 +10,9 @@ kotlin_coroutines_version=1.6.1
kotlin_serialisation_runtime_version=1.3.3
korlibs_version=2.7.0
uuid_version=0.4.0
ktor_version=2.0.1
ktor_version=2.0.2
micro_utils_version=0.10.5
micro_utils_version=0.10.6
javax_activation_version=1.1.1