We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff5070 commit 6f88d54Copy full SHA for 6f88d54
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## [0.8.3] - 04/14/2022
4
+
5
+### Fixes
6
+* only set Content-Type when body is non-empty [#619](https://github.com/awslabs/smithy-kotlin/pull/619)
7
8
## [0.8.2] - 04/07/2022
9
10
### Fixes
gradle.properties
@@ -5,7 +5,7 @@ kotlin.mpp.stability.nowarn=true
kotlin.native.ignoreDisabledTargets=true
# SDK
-sdkVersion=0.8.3-SNAPSHOT
+sdkVersion=0.8.3
# kotlin
11
kotlinVersion=1.6.10
0 commit comments