Skip to content

Commit

Permalink
chore: release 0.16.2-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Jun 10, 2022
1 parent 981bb65 commit bfeffb9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 24 deletions.
9 changes: 0 additions & 9 deletions .changes/a3605d3a-3319-4347-a5b6-bf1304fd5198.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/b4728bdd-ac08-4a8e-b507-15747ee3b2e0.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/bd94e49c-61f2-4cf2-814c-77df7f651500.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

## [0.16.2-beta] - 06/10/2022

### Fixes
* [#619](https://github.com/awslabs/aws-sdk-kotlin/issues/619), [#657](https://github.com/awslabs/smithy-kotlin/issues/657) Upgrade smithy-kotlin to pull in fixes for signing bugs.

### Documentation
* [#620](https://github.com/awslabs/aws-sdk-kotlin/issues/620) Update outdated howto docs to correctly describe client instantiation and client engine configuration

### Miscellaneous
* Sync AWS models to latest

## [0.16.1-beta] - 06/02/2022

### Features
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.16.2-SNAPSHOT
sdkVersion=0.16.2-beta

# codegen
smithyVersion=1.17.0
Expand Down Expand Up @@ -39,4 +39,4 @@ slf4jVersion=1.7.36

# dokka config (values specified at build-time as needed)
smithyKotlinPackageListUrl=
smithyKotlinDocBaseUrl=https://docs.aws.amazon.com/sdk-for-kotlin/latest/reference/smithy-kotlin
smithyKotlinDocBaseUrl=https://docs.aws.amazon.com/sdk-for-kotlin/latest/reference/smithy-kotlin

0 comments on commit bfeffb9

Please sign in to comment.