Skip to content

Commit

Permalink
chore: release 0.24.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed May 12, 2023
1 parent 6820cb2 commit 13e0a89
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changes/53d9c7a6-741e-47e4-b128-cc4eff289f44.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/e870f9be-e1e5-4c94-a628-36eea94f2ce8.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/fe737961-5294-4615-ac28-a3ba32c5dc8d.json

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.24.0-beta] - 05/12/2023

### Features
* [#806](https://github.com/awslabs/aws-sdk-kotlin/issues/806) Add support for IAM Identity Center authentication and sso-session support in shared config

### Miscellaneous
* **BREAKING**: Refactor `SsoCredentialsProvider` to take an `SsoSession` parameter.
* Sync smithy-kotlin and service models.

## [0.23.0-beta] - 05/04/2023

### Features
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kotlin.mpp.enableCompatibilityMetadataVariant=true
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G

# sdk
sdkVersion=0.24.0-SNAPSHOT
sdkVersion=0.24.0-beta

# codegen
smithyVersion=1.29.0
Expand Down Expand Up @@ -39,4 +39,4 @@ mockkVersion=1.13.3
slf4jVersion=2.0.6

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

0 comments on commit 13e0a89

Please sign in to comment.