From 194a26fa360f144612d9c4c9896ab674f72f77ba Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sun, 15 Mar 2026 21:26:12 +0600 Subject: [PATCH] update plagubot version --- CHANGELOG.md | 2 ++ gradle/libs.versions.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a9faa2..d3afff8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 0.11.1 +* Update `PlaguBot` dependency to allow using of `proxy` section in config + ## 0.11.0 ## 0.10.1 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e64208a..fd6e3a7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ kotlin = "2.3.10" kotlin-serialization = "1.10.0" -plagubot = "11.0.0" +plagubot = "11.1.0" tgbotapi = "32.0.0" microutils = "0.29.1" kslog = "1.6.0"