From 0ba1aa1127c322ef475c27728d5fc40609a97889 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Wed, 7 Sep 2022 16:32:37 +0600 Subject: [PATCH 1/4] start 3.2.1 --- CHANGELOG.md | 2 ++ gradle.properties | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40b8d33b34..48cb2d411f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # TelegramBotAPI changelog +## 3.2.1 + ## 3.2.0 **Since this update, `RequestsExecutor#execute` may throw only `BotException`. In case you wish to handle some exceptions from `execute` you must catch `BotException` and handle its `cause`** diff --git a/gradle.properties b/gradle.properties index 93d60a6dd5..0c22d04d3f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,4 +6,4 @@ kotlin.incremental=true kotlin.incremental.js=true library_group=dev.inmo -library_version=3.2.0 +library_version=3.2.1 From 2d6f296c2073f80278168fe578de4b10bac4755f Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Wed, 7 Sep 2022 16:33:29 +0600 Subject: [PATCH 2/4] update dependencies --- CHANGELOG.md | 4 ++++ gradle/libs.versions.toml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48cb2d411f..6533f7209e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 3.2.1 +* `Versions`: + * `Ktor`: `2.1.0` -> `2.1.1` + * `MicroUtils`: `0.12.4` -> `0.12.8` + ## 3.2.0 **Since this update, `RequestsExecutor#execute` may throw only `BotException`. In case you wish to handle some exceptions from `execute` you must catch `BotException` and handle its `cause`** diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 11c2a634b9..a504add7cf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,12 +8,12 @@ javax-activation = "1.1.1" korlibs = "3.0.0" uuid = "0.5.0" -ktor = "2.1.0" +ktor = "2.1.1" ksp = "1.7.10-1.0.6" kotlin-poet = "1.12.0" -microutils = "0.12.4" +microutils = "0.12.8" github-release-plugin = "2.4.1" From 1d7b4ea86246f31fb532140efccce06158f72eee Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Thu, 8 Sep 2022 14:35:17 +0600 Subject: [PATCH 3/4] Update libs.versions.toml --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a504add7cf..4a71029b75 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,14 +6,14 @@ kotlin-coroutines = "1.6.4" javax-activation = "1.1.1" -korlibs = "3.0.0" +korlibs = "3.1.0" uuid = "0.5.0" ktor = "2.1.1" ksp = "1.7.10-1.0.6" kotlin-poet = "1.12.0" -microutils = "0.12.8" +microutils = "0.12.10" github-release-plugin = "2.4.1" From f539a247408a6e62e89ad08dc71104573c797951 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Thu, 8 Sep 2022 14:36:10 +0600 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6533f7209e..70409113a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ * `Versions`: * `Ktor`: `2.1.0` -> `2.1.1` - * `MicroUtils`: `0.12.4` -> `0.12.8` + * `Korlibs`: `3.0.0` -> `3.1.0` + * `MicroUtils`: `0.12.4` -> `0.12.10` ## 3.2.0