diff --git a/CHANGELOG.md b/CHANGELOG.md index a3dab43..190e3d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # PlaguPoster +## 0.1.2 + +* `Versions`: + * `kotlin`: `1.8.20` + * `plagubot`: `5.0.2` + * `microutils`: `0.17.8` + * `kslog`: `1.1.1` + * `plagubot.plugins`: `0.10.2` + * `psql`: `42.6.0` + ## 0.1.1 * Update dependencies diff --git a/gradle.properties b/gradle.properties index 7a47a53..2ab4167 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,4 +10,4 @@ android.enableJetifier=true # Project data group=dev.inmo -version=0.1.1 +version=0.1.2 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index da466c8..2ea4941 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,19 +1,18 @@ [versions] -kotlin = "1.8.10" +kotlin = "1.8.20" kotlin-serialization = "1.5.0" -plagubot = "5.0.1" -tgbotapi = "7.0.1" -microutils = "0.17.5" -kslog = "1.0.0" +plagubot = "5.0.2" +tgbotapi = "7.0.2" +microutils = "0.17.8" +kslog = "1.1.1" krontab = "0.10.0" -tgbotapi-libraries = "0.10.1" -plagubot-plugins = "0.10.1" +plagubot-plugins = "0.10.2" dokka = "1.8.10" -psql = "42.5.0" +psql = "42.6.0" [libraries]