diff --git a/CHANGELOG.md b/CHANGELOG.md index c6560409fc..a157c5300f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`**_ diff --git a/build.gradle b/build.gradle index 477d57c158..19b1d76f40 100644 --- a/build.gradle +++ b/build.gradle @@ -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"