diff --git a/CHANGELOG.md b/CHANGELOG.md index 288b73f7b9..2d97b803cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # TelegramBotAPI changelog +## 9.1.1 + ## 9.1.0 **This update contains adding of [Telegram Bot API 6.8](https://core.telegram.org/bots/api-changelog#august-18-2023) support** diff --git a/gradle.properties b/gradle.properties index 48a5330d31..61ebf873ea 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,4 +6,4 @@ kotlin.incremental=true kotlin.incremental.js=true library_group=dev.inmo -library_version=9.1.0 +library_version=9.1.1