start 0.22.2

This commit is contained in:
InsanusMokrassar 2020-01-23 03:03:38 +06:00
parent 257574324a
commit 971589fe99
2 changed files with 3 additions and 1 deletions

View File

@ -77,6 +77,8 @@ while they can work incorrectly
* `makeLinkToMessage` have two signatures - for direct creating using username and for abstract creating using
chat id
### 0.22.2 CashTag and independent updates handling
## 0.21.0 TelegramBotAPI 4.5
* _**All `MessageEntity`'es now are replaced with `TextPart`**_

View File

@ -17,7 +17,7 @@ plugins {
id "org.jetbrains.kotlin.plugin.serialization" version "$kotlin_version"
}
project.version = "0.22.1"
project.version = "0.22.2"
project.group = "com.github.insanusmokrassar"
apply from: "publish.gradle"