File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.11.0-beta] - 01/20/2022
4+
5+ ** WARNING: Beta releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!**
6+
7+ ### Breaking changes
8+ * Generate presigner into nested package for consistency [ #502 ] ( https://github.com/awslabs/aws-sdk-kotlin/pull/502 )
9+
10+ ### New features
11+ * update AWS models to latest versions [ #505 ] ( https://github.com/awslabs/aws-sdk-kotlin/pull/505 )
12+
313## [ 0.10.1-beta] - 01/13/2022
414
515** WARNING: Beta releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!**
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
66org.gradle.jvmargs =-Xmx6g -XX:MaxPermSize=6g -XX:MaxMetaspaceSize=1G
77
88# sdk
9- sdkVersion =0.10.2-SNAPSHOT
9+ sdkVersion =0.11.0-beta
1010
1111# codegen
1212smithyVersion =1.13.1
You can’t perform that action at this time.
0 commit comments