Skip to content

Commit 95a158a

Browse files
committed
chore: release 0.14.2-beta
1 parent 6f674eb commit 95a158a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [0.14.2-beta] - 04/07/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+
### Fixes
8+
9+
* fix timeout on large requests [#572](https://github.com/awslabs/aws-sdk-kotlin/issues/572)
10+
311
## [0.14.1-beta] - 03/31/2022
412

513
**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.14.2-SNAPSHOT
9+
sdkVersion=0.14.2-beta
1010

1111
# codegen
1212
smithyVersion=1.17.0

0 commit comments

Comments
 (0)