Skip to content

Commit

Permalink
chore: release 1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Feb 28, 2024
1 parent 7471609 commit 393d4cd
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changes/d2f0f8cb-b94d-403e-9db8-5cd61bd8eb1b.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/f274caeb-9450-45b1-935c-5f61905de53b.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/fb00b4ae-ffdb-4137-baa8-574848296da1.json

This file was deleted.

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

## [1.0.16] - 02/28/2024

### Features
* Add support for S3 Express One Zone

### Fixes
* [#1220](https://github.com/awslabs/aws-sdk-kotlin/issues/1220) Refactor XML deserialization to handle flat collections

### Miscellaneous
* Refactor exception codegen to delegate message field to exception base class

## [1.0.15] - 02/19/2024

### Features
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kotlinx.atomicfu.enableNativeIrTransformation=false
org.gradle.jvmargs=-Xmx2G -XX:MaxMetaspaceSize=1G

# SDK
sdkVersion=1.0.16-SNAPSHOT
sdkVersion=1.0.16

# codegen
codegenVersion=0.30.17-SNAPSHOT
codegenVersion=0.30.17

0 comments on commit 393d4cd

Please sign in to comment.