Skip to content

Commit 0ff3271

Browse files
authored
chore: release 0.6.0-alpha (#508)
1 parent a313095 commit 0ff3271

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
# Changelog
22

3+
## [0.6.0-alpha] - 10/21/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+
* emulate a real response body more closely to help catch subtle codegen bugs [#505](https://github.com/awslabs/smithy-kotlin/pull/505)
9+
* **BREAKING**: overhaul client config property generation [#504](https://github.com/awslabs/smithy-kotlin/pull/504)
10+
11+
### Misc
12+
* Bump Kotlin and Dokka versions to latest release [#506](https://github.com/awslabs/smithy-kotlin/pull/506)
13+
314
## [0.5.1-alpha] - 10/14/2021
415

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

7-
## New features
18+
### New features
819

920
* http client engine config [#493](https://github.com/awslabs/smithy-kotlin/pull/493)
1021
* add codegen wrappers for retries [#490](https://github.com/awslabs/smithy-kotlin/pull/490)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android.useAndroidX=true
1212
android.enableJetifier=true
1313

1414
# SDK
15-
sdkVersion=0.5.2-SNAPSHOT
15+
sdkVersion=0.6.0-alpha
1616

1717
# kotlin
1818
kotlinVersion=1.5.31

0 commit comments

Comments
 (0)