Skip to content

Commit

Permalink
chore: release 0.32.3-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Sep 28, 2023
1 parent e04a410 commit 6ae228c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changes/0ea738da-3935-4cdc-b1a2-591f70831d15.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/1371764e-c78a-4127-935c-407d11574af7.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/ac672b00-f8bb-4235-8db4-aad0ae2f157d.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/c80024c2-a966-42c6-8037-0e0382d6ea89.json

This file was deleted.

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

## [0.32.3-beta] - 09/28/2023

### Fixes
* [#1048](https://github.com/awslabs/aws-sdk-kotlin/issues/1048) Restore public constructor for `EcsCredentialsProvider`
* [#1044](https://github.com/awslabs/aws-sdk-kotlin/issues/1044) ignore `__type` when deserializing union for AWS JSON 1.0, AWS JSON 1.1, and AWS restJson 1

### Miscellaneous
* Generate internal-only clients with `internal` visibility
* sync AWS models and upgrade smithy kotlin

## [0.32.2-beta] - 09/15/2023

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

# sdk
sdkVersion=0.32.3-SNAPSHOT
sdkVersion=0.32.3-beta

# codegen
smithyVersion=1.39.0
Expand Down Expand Up @@ -37,4 +37,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 6ae228c

Please sign in to comment.