diff --git a/CHANGELOG.md b/CHANGELOG.md index 1268a58871..2d509ed93f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # TelegramBotAPI changelog +## 0.23.0 TelegramBotAPI 4.6 + ## 0.22.0 * **`KtorCallFactory` must return `HttpStatement` instead of `HttpClientCall`** diff --git a/build.gradle b/build.gradle index 19b1d76f40..4c9e3f55a0 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.2" +project.version = "0.23.0" project.group = "com.github.insanusmokrassar" apply from: "publish.gradle"