Skip to content

Commit de16faf

Browse files
committed
chore: release 0.8.1
1 parent d1cc796 commit de16faf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

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+
311
## [0.8.0] - 03/24/2022
412

513
### Breaking changes

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.1-SNAPSHOT
8+
sdkVersion=0.8.1
99

1010
# kotlin
1111
kotlinVersion=1.6.10

0 commit comments

Comments
 (0)