Skip to content

Commit

Permalink
chore: release 0.27.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Jun 9, 2023
1 parent fe59d2f commit 714e9c6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changes/11ada2f2-3385-429f-a733-56c19e2f14a6.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/c2899772-a42c-483c-aa82-c0435fb2f922.json

This file was deleted.

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

## [0.27.0-beta] - 06/09/2023

### Miscellaneous
* Upgrade smithy-kotlin and sync service models.
* [#824](https://github.com/awslabs/aws-sdk-kotlin/issues/824) **BREAKING:** Update closeability of various types of CredentialsProvider

## [0.26.1-beta] - 06/01/2023

### Fixes
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.27.0-SNAPSHOT
sdkVersion=0.27.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 714e9c6

Please sign in to comment.