Skip to content

Commit

Permalink
chore: 0.7.2-alpha release (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
kggilmer authored Nov 19, 2021
1 parent df6f97c commit da2a9e8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.7.2-alpha] - 11/19/2021

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

### Fixes
* Fix nested struct dsl builder function codegen [#538](https://github.com/awslabs/smithy-kotlin/pull/538)
* remove leaky trace logging from XML serde [#537](https://github.com/awslabs/smithy-kotlin/pull/537)
* fix rendering of middleware without configure [#535](https://github.com/awslabs/smithy-kotlin/pull/535)

## [0.7.1-alpha] - 11/04/2021

**WARNING: Alpha releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!**
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android.useAndroidX=true
android.enableJetifier=true

# SDK
sdkVersion=0.7.2-SNAPSHOT
sdkVersion=0.7.2-alpha

# kotlin
kotlinVersion=1.5.31
Expand Down

0 comments on commit da2a9e8

Please sign in to comment.