Skip to content

Commit 1c3f5bc

Browse files
committed
chore: update changelog and release 0.12.0-beta
1 parent 99e1705 commit 1c3f5bc

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## [0.12.0-beta] - 02/04/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+
* enable waiters
9+
10+
### Fixes
11+
* propagate crt stream errors to response body consumer [#510](https://github.com/awslabs/aws-sdk-kotlin/pull/510)
12+
313
## [0.11.0-beta] - 01/20/2022
414

515
**WARNING: Beta 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
@@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
66
org.gradle.jvmargs=-Xmx6g -XX:MaxPermSize=6g -XX:MaxMetaspaceSize=1G
77

88
# sdk
9-
sdkVersion=0.11.1-SNAPSHOT
9+
sdkVersion=0.12.0-beta
1010

1111
# codegen
1212
smithyVersion=1.13.1

0 commit comments

Comments
 (0)