Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Oct 5, 2022
1 parent a9acff7 commit 45b4dd8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
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
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
Expand Down

0 comments on commit 45b4dd8

Please sign in to comment.