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"