Skip to content

Commit c68308c

Browse files
chore: release 0.16.1-beta
1 parent a7a6a33 commit c68308c

File tree

4 files changed

+10
-15
lines changed

4 files changed

+10
-15
lines changed

.changes/2ca8d856-ee23-4d3f-94d4-633e7dbf9293.json

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

.changes/7cc13889-3422-411f-a97f-11f08d532c02.json

Lines changed: 0 additions & 5 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.16.1-beta] - 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+
### Miscellaneous
9+
* Sync AWS models to latest
10+
311
## [0.16.0] - 05/26/2022
412

513
### 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
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G
77

88
# sdk
9-
sdkVersion=0.16.1-SNAPSHOT
9+
sdkVersion=0.16.1-beta
1010

1111
# codegen
1212
smithyVersion=1.17.0
@@ -39,4 +39,4 @@ slf4jVersion=1.7.36
3939

4040
# dokka config (values specified at build-time as needed)
4141
smithyKotlinPackageListUrl=
42-
smithyKotlinDocBaseUrl=https://docs.aws.amazon.com/sdk-for-kotlin/latest/reference/smithy-kotlin
42+
smithyKotlinDocBaseUrl=https://docs.aws.amazon.com/sdk-for-kotlin/latest/reference/smithy-kotlin

0 commit comments

Comments
 (0)