diff --git a/CHANGELOG.md b/CHANGELOG.md index 52f5ee8..900df37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.1.9 + +* `Versions` + * `tgbotapi`: `0.33.3` -> `0.33.4` + * `microutils`: `0.4.33` -> `0.4.36` + * `exposed`: `0.30.1` -> `0.30.2` + ## 0.1.8 * `Versions` diff --git a/gradle.properties b/gradle.properties index 348cf31..18cb48a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,11 +7,11 @@ kotlin.incremental=true kotlin_version=1.4.32 kotlin_coroutines_version=1.4.3 kotlin_serialisation_runtime_version=1.1.0 -kotlin_exposed_version=0.30.1 +kotlin_exposed_version=0.30.2 sdi_version=0.4.1 -tgbotapi_version=0.33.3 -microutils_version=0.4.33 +tgbotapi_version=0.33.4 +microutils_version=0.4.36 klassindex_version=4.1.0-rc.1 sqlite_version=3.30.1 @@ -19,4 +19,4 @@ sqlite_version=3.30.1 github_release_plugin_version=2.2.12 group=dev.inmo -version=0.1.8 +version=0.1.9