Skip to content

Commit da2a9e8

Browse files
authored
chore: 0.7.2-alpha release (#539)
1 parent df6f97c commit da2a9e8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## [0.7.2-alpha] - 11/19/2021
4+
5+
**WARNING: Alpha releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!**
6+
7+
### Fixes
8+
* Fix nested struct dsl builder function codegen [#538](https://github.com/awslabs/smithy-kotlin/pull/538)
9+
* remove leaky trace logging from XML serde [#537](https://github.com/awslabs/smithy-kotlin/pull/537)
10+
* fix rendering of middleware without configure [#535](https://github.com/awslabs/smithy-kotlin/pull/535)
11+
312
## [0.7.1-alpha] - 11/04/2021
413

514
**WARNING: Alpha releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!**

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android.useAndroidX=true
99
android.enableJetifier=true
1010

1111
# SDK
12-
sdkVersion=0.7.2-SNAPSHOT
12+
sdkVersion=0.7.2-alpha
1313

1414
# kotlin
1515
kotlinVersion=1.5.31

0 commit comments

Comments
 (0)