diff --git a/CHANGELOG.md b/CHANGELOG.md index 357532a..7467490 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.32.0 + +* `MicroUtils`: `0.30.1` +* `Exposed`: `1.4.0` +* `PlaguBot`: `13.0.0` +* `TgBotAPI`: `36.1.0` +* `NMCP`: `1.6.1` + ## 0.31.0 * `Kotlin`: `2.3.21` diff --git a/gradle.properties b/gradle.properties index f9450c5..0ff0f50 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,12 +11,12 @@ kotlin_serialisation_core_version=1.11.0 github_release_plugin_version=2.5.2 -tgbotapi_version=35.1.0 -micro_utils_version=0.30.0 -exposed_version=1.3.1 -plagubot_version=12.0.0 +tgbotapi_version=36.1.0 +micro_utils_version=0.30.1 +exposed_version=1.4.0 +plagubot_version=13.0.0 -nmcp_version=1.6.0 +nmcp_version=1.6.1 # Dokka @@ -25,4 +25,4 @@ dokka_version=2.2.0 # Project data group=dev.inmo -version=0.31.0 +version=0.32.0