File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 0.5.1-alpha] - 10/14/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+ ## New features
8+
9+ * http client engine config [ #493 ] ( https://github.com/awslabs/smithy-kotlin/pull/493 )
10+ * add codegen wrappers for retries [ #490 ] ( https://github.com/awslabs/smithy-kotlin/pull/490 )
11+
12+ ### Fixes
13+
14+ * remove gson from dependencies [ #496 ] ( https://github.com/awslabs/smithy-kotlin/pull/496 )
15+
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ android.useAndroidX=true
1212android.enableJetifier =true
1313
1414# SDK
15- sdkVersion =0.5.1-SNAPSHOT
15+ sdkVersion =0.5.1-alpha
1616
1717# kotlin
1818kotlinVersion =1.5.30
You can’t perform that action at this time.
0 commit comments