diff --git a/CHANGELOG.md b/CHANGELOG.md index aa49177..1800b8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.3.2 + +* `Versions` + * `kotlin`: `1.5.20` -> `1.5.31` + * `coroutines`: `1.5.0` -> `1.5.2` + * `serialization`: `1.2.1` -> `1.2.2` + * `exposed`: `0.32.1` -> `0.34.2` + * `tgbotapi`: `0.35.1` -> `0.35.9` + * `microutils`: `0.5.15` -> `0.5.28` + ## 0.3.1 * `Versions` diff --git a/gradle.properties b/gradle.properties index 75ba3c9..e5ff9c7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,14 +4,14 @@ org.gradle.parallel=true kotlin.js.generate.externals=true kotlin.incremental=true -kotlin_version=1.5.20 -kotlin_coroutines_version=1.5.0 -kotlin_serialisation_runtime_version=1.2.1 -kotlin_exposed_version=0.32.1 +kotlin_version=1.5.31 +kotlin_coroutines_version=1.5.2 +kotlin_serialisation_runtime_version=1.2.2 +kotlin_exposed_version=0.34.2 sdi_version=0.5.0 -tgbotapi_version=0.35.1 -microutils_version=0.5.15 +tgbotapi_version=0.35.9 +microutils_version=0.5.28 klassindex_version=4.1.0-rc.1 sqlite_version=3.34.0 @@ -19,4 +19,4 @@ sqlite_version=3.34.0 github_release_plugin_version=2.2.12 group=dev.inmo -version=0.3.1 +version=0.3.2