diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aa353a4eb..b63525f89a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # TelegramBotAPI changelog +## 14.0.2 + ## 14.0.1 * In `core` and `api` modules related to invoices changed their APIs to suite current API diff --git a/gradle.properties b/gradle.properties index bf9769c9e5..64f19b9f36 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.1 +library_version=14.0.2