diff --git a/CHANGELOG.md b/CHANGELOG.md index dbca975eb..12cc8f291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +1.0.0-beta15 (05-10-2022) +======================================== +⬆️ Deps updates +- based on Ktor 2.1.2 + +🐛 Bugs fixed +- kotlinx.coroutines.JobCancellationException: Parent job is Completed #70 + +💥 Breaking changes +- reverted the api of converters to the state of beta13, see #71 +- when you are updating from beta13, this is the only change to converters: + returnTypeName is replaced through typeData, you can use typeData.qualifiedName to get the same value as returnTypeName + + 1.0.0-beta14 (24-09-2022) ======================================== NEW: diff --git a/gradle.properties b/gradle.properties index dc089e0aa..8932e42b8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,6 +2,7 @@ kotlinVersion=1.7.10 kspVersion=1.7.10-1.0.6 ktorfitVersion=1.0.0-beta15 +ktorVersion=2.1.2 autoService=1.0.1 kotlinPoet=1.12.0 detektVersion=1.21.0 @@ -9,7 +10,7 @@ POM_NAME=Ktorfit enableSigning=false POM_DESCRIPTION=Ktorfit POM_INCEPTION_YEAR=2022 -ktorVersion=2.1.1 + POM_URL=https://github.com/Foso/Ktorfit POM_SCM_URL=https://github.com/Foso/Ktorfit POM_SCM_CONNECTION=scm:https://github.com/Foso/Ktorfit.git