From ade236eaa34ae61fac8804593fa7bb0b43f77089 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sat, 9 Jul 2022 23:52:16 +0600 Subject: [PATCH] update microutils --- CHANGELOG.md | 8 +++++--- gradle/libs.versions.toml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 525f18441c..25d5ad3bcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 2.1.3 +* `Versions`: + * `MicroUtils`: `0.11.9` -> `0.11.12` * `Utils`: * Rename `UserId` extension `link` to `userLink` * `Core` @@ -10,9 +12,9 @@ ## 2.1.2 * `Versions`: - * `Coroutines`: `1.6.1` -> `1.6.3` - * `Ktor`: `2.0.2` -> `2.0.3` - * `MicroUtils`: `0.11.6` -> `0.11.9` + * `Coroutines`: `1.6.1` -> `1.6.3` + * `Ktor`: `2.0.2` -> `2.0.3` + * `MicroUtils`: `0.11.6` -> `0.11.9` ## 2.1.1 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 055ce188e3..9db6193ec4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ korlibs = "2.7.0" uuid = "0.4.1" ktor = "2.0.3" -microutils = "0.11.9" +microutils = "0.11.12" github-release-plugin = "2.4.1"