Skip to content

Commit 826d647

Browse files
authored
chore: release 0.5.1-alpha (#501)
1 parent d887259 commit 826d647

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+

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.1-SNAPSHOT
15+
sdkVersion=0.5.1-alpha
1616

1717
# kotlin
1818
kotlinVersion=1.5.30

0 commit comments

Comments
 (0)