Skip to content

Commit df87da0

Browse files
committed
chore: release 0.8.5
1 parent 1e403e2 commit df87da0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.8.5] - 04/21/2022
4+
5+
### Fixes
6+
* set Content-Type header on empty bodies with Ktor if canonical request includes it [#630](https://github.com/awslabs/smithy-kotlin/pull/630)
7+
* coroutine leak in ktor engine [#628](https://github.com/awslabs/smithy-kotlin/pull/628)
8+
9+
## [0.8.4] - 04/21/2022
10+
11+
NOTE: Do not use. No difference from 0.8.3
12+
313
## [0.8.3] - 04/14/2022
414

515
### Fixes

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kotlin.mpp.stability.nowarn=true
55
kotlin.native.ignoreDisabledTargets=true
66

77
# SDK
8-
sdkVersion=0.8.4-SNAPSHOT
8+
sdkVersion=0.8.5
99

1010
# kotlin
1111
kotlinVersion=1.6.10

0 commit comments

Comments
 (0)