Skip to content

Commit 0634343

Browse files
chore: release 0.21.0
1 parent 6f4f5a2 commit 0634343

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

.changes/5066f1c0-75a2-4eac-beb8-a48a1fbc8f18.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

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

3+
## [0.21.0] - 05/25/2023
4+
5+
### Features
6+
* [#755](https://github.com/awslabs/smithy-kotlin/issues/755) **Breaking**: Refresh presigning APIs to simplify usage and add new capabilities. See [this discussion post](https://github.com/awslabs/aws-sdk-kotlin/discussions/925) for more information.
7+
38
## [0.20.0] - 05/18/2023
49

510
### Features

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
66
kotlin.mpp.enableCompatibilityMetadataVariant=true
77

88
# SDK
9-
sdkVersion=0.21.0-SNAPSHOT
9+
sdkVersion=0.21.0
1010

1111
# kotlin
1212
kotlinVersion=1.8.10
@@ -44,4 +44,4 @@ kotlinLoggingVersion=3.0.0
4444
slf4jVersion=2.0.6
4545

4646
# crt
47-
crtKotlinVersion=0.6.8
47+
crtKotlinVersion=0.6.8

0 commit comments

Comments
 (0)