Skip to content

Commit fafe415

Browse files
chore: release 0.10.1
1 parent 15bccad commit fafe415

File tree

4 files changed

+10
-18
lines changed

4 files changed

+10
-18
lines changed

.changes/1fba0d71-4b78-4be7-af2a-e9a47d060d6d.json

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

.changes/d5719bf5-249b-4580-bee8-7caa6b959170.json

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

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.10.1] - 06/02/2022
4+
5+
### Features
6+
* [#617](https://github.com/awslabs/smithy-kotlin/issues/617) Add a new non-CRT SigV4 signer and use it as the default. This removes the CRT as a hard dependency for using the SDK (although the CRT signer can still be used via explicit configuration on client creation).
7+
8+
### Fixes
9+
* [#473](https://github.com/awslabs/aws-sdk-kotlin/issues/473) Upgrade aws-crt-kotlin to latest
10+
311
## [0.10.0] - 05/24/2022
412

513
### Features

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ kotlin.native.ignoreDisabledTargets=true
88
kotlin.mpp.hierarchicalStructureSupport=false
99

1010
# SDK
11-
sdkVersion=0.10.1-SNAPSHOT
11+
sdkVersion=0.10.1
1212

1313
# kotlin
1414
kotlinVersion=1.6.21
@@ -43,4 +43,4 @@ kotlinLoggingVersion=2.1.21
4343
slf4jVersion=1.7.36
4444

4545
# crt
46-
crtKotlinVersion=0.6.0
46+
crtKotlinVersion=0.6.0

0 commit comments

Comments
 (0)