diff --git a/CHANGELOG.md b/CHANGELOG.md index 33eb21d63d9..d47442e0c81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,18 @@ ## 0.11.0 +* `Versions` + * `UUID`: `0.4.0` -> `0.4.1` * `Ktor` - * + * `Client`: + * New extension fun `HttpResponse#throwOnUnsuccess` + * All old functions, classes and extensions has been rewritten with new ktor-way with types info and keeping `ContentNegotiation` in mind + * `Server`: + * All old functions, classes and extensions has been rewritten with new ktor-way with types info and keeping `ContentNegotiation` in mind * `Repos` * `Ktor`: * Fully rewritten work with all declared repositories + * All old functions, classes and extensions has been rewritten with new ktor-way with types info and keeping `ContentNegotiation` in mind ## 0.10.8 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 12aa141beb1..ed05a9933cd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ jb-exposed = "0.38.2" jb-dokka = "1.6.21" klock = "2.7.0" -uuid = "0.4.0" +uuid = "0.4.1" ktor = "2.0.2"