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 d1cc796 commit de16fafCopy full SHA for de16faf
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## [0.8.1] - 03/31/2022
4
+
5
+### New features
6
+* implement KMP XML serde and remove XmlPull dependency [#615](https://github.com/awslabs/smithy-kotlin/pull/615)
7
8
+### Fixes
9
+* respect hostname immutability in endpoints to disable host prefixing [#612](https://github.com/awslabs/smithy-kotlin/pull/612)
10
11
## [0.8.0] - 03/24/2022
12
13
### Breaking changes
gradle.properties
@@ -5,7 +5,7 @@ kotlin.mpp.stability.nowarn=true
kotlin.native.ignoreDisabledTargets=true
# SDK
-sdkVersion=0.8.1-SNAPSHOT
+sdkVersion=0.8.1
# kotlin
kotlinVersion=1.6.10
0 commit comments