diff --git a/CHANGELOG.md b/CHANGELOG.md index 90e547b3cf..4112c21575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # TelegramBotAPI changelog +## 25.0.2 + ## 25.0.1 **THIS UPDATE CONTAINS ADDING SUPPORT OF [Telegram Bots API 9.0](https://core.telegram.org/bots/api-changelog#april-11-2025)** diff --git a/gradle.properties b/gradle.properties index 6afb319a27..5cf8efb96f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,4 +6,4 @@ kotlin.incremental=true kotlin.incremental.js=true library_group=dev.inmo -library_version=25.0.1 +library_version=25.0.2