diff --git a/CHANGELOG.md b/CHANGELOG.md index 78447cf777..008cec03ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # TelegramBotAPI changelog +## 14.0.1 + ## 14.0.0 **Add support of [Telegram Bots API 7.4](https://core.telegram.org/bots/api-changelog#may-28-2024)** diff --git a/gradle.properties b/gradle.properties index 3b7d215268..bf9769c9e5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,4 +6,4 @@ kotlin.incremental=true kotlin.incremental.js=true library_group=dev.inmo -library_version=14.0.0 +library_version=14.0.1