Skip to content

Commit f7a82da

Browse files
committed
chore: release 0.15.1-beta
1 parent 67b6ba4 commit f7a82da

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## [0.15.0] - 04/29/2022
3+
## [0.15.1-beta] - 04/29/2022
4+
5+
**WARNING: Beta releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!**
46

57
### Documentation
68
* update API reference doc styling
@@ -9,6 +11,10 @@
911
* Sync latest AWS service models
1012
* Refactor hashing functions into new subproject
1113

14+
## [0.15.0] - 04/29/2022
15+
16+
**NOTE**: Do not use. Prefer 0.15.1-beta or later.
17+
1218
## [0.14.4-beta] - 04/21/2022
1319

1420
**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.15.0
9+
sdkVersion=0.15.1-beta
1010

1111
# codegen
1212
smithyVersion=1.17.0

0 commit comments

Comments
 (0)