start 0.23.0

This commit is contained in:
InsanusMokrassar 2020-01-23 16:00:46 +06:00
parent c4f22c2c43
commit 229334e781
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# TelegramBotAPI changelog
## 0.23.0 TelegramBotAPI 4.6
## 0.22.0
* **`KtorCallFactory` must return `HttpStatement` instead of `HttpClientCall`**

View File

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