Skip to content

Commit 79d60ff

Browse files
chore: release 0.21.0-beta
1 parent c1570f3 commit 79d60ff

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

.changes/43600871-3596-4a3b-b3c5-61f33c21dee0.json

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

.changes/8b765420-8b59-4c59-8279-34e6009a3c46.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.21.0-beta] - 02/24/2023
4+
5+
### Features
6+
* Sync AWS service models and **smithy-kotlin** version
7+
8+
### Miscellaneous
9+
* Refactor: move CachedCredentialsProvider and CredentialsProviderChain to smithy-kotlin under aws.smithy.kotlin.runtime.auth.awscredentials package
10+
311
## [0.20.3-beta] - 02/16/2023
412

513
### Features

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ kotlin.mpp.enableCompatibilityMetadataVariant=true
77
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G
88

99
# sdk
10-
sdkVersion=0.21.0-SNAPSHOT
10+
sdkVersion=0.21.0-beta
1111

1212
# codegen
1313
smithyVersion=1.26.1
@@ -39,4 +39,4 @@ mockkVersion=1.13.3
3939
slf4jVersion=2.0.6
4040

4141
# dokka config (values specified at build-time as needed)
42-
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinVersion/
42+
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinVersion/

0 commit comments

Comments
 (0)