Skip to content

Commit 014a81d

Browse files
authored
chore: prepare for 0.8.3 release (#625)
1 parent a0c1772 commit 014a81d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## [0.8.2] - 04/07/2022
4+
5+
### Fixes
6+
* remove maxTime from StandardRetryStrategy [#624](https://github.com/awslabs/smithy-kotlin/pull/624)
7+
* readAvailable fallback behavior [#620](https://github.com/awslabs/smithy-kotlin/pull/620)
8+
39
## [0.8.1] - 03/31/2022
410

511
### New features

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kotlin.mpp.stability.nowarn=true
55
kotlin.native.ignoreDisabledTargets=true
66

77
# SDK
8-
sdkVersion=0.8.2-SNAPSHOT
8+
sdkVersion=0.8.3-SNAPSHOT
99

1010
# kotlin
1111
kotlinVersion=1.6.10

0 commit comments

Comments
 (0)