diff --git a/CHANGELOG.md b/CHANGELOG.md index cbef70e..2ccb6f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.3.0-alpha08 +* Add logic to send Telegram changelog by chunks +* Fix logic to add links in Telegram changelog to avoid "Upload error, code=400, reason={"ok":false,"error_code":400,"description":"Bad Request: can't parse entities: Character ')' is reserved and must be escaped with the preceding '\\'"}" + ## 1.3.0-alpha07 * Add a maximum character limit for notes app center * Add split attachments into parts when sending large changelog file to avoid "Upload error, code=403, reason=invalid_token" diff --git a/plugin-build/build.gradle.kts b/plugin-build/build.gradle.kts index 98ba92b..c96d262 100644 --- a/plugin-build/build.gradle.kts +++ b/plugin-build/build.gradle.kts @@ -7,7 +7,7 @@ plugins { allprojects { group = "ru.kode.android" - version = "1.3.0-alpha07" + version = "1.3.0-alpha08" } val dependsOnRecursivelyByName = { task: Task, name: String ->