Skip to content

Commit 605a7fc

Browse files
chore: release 0.10.0
1 parent 617d007 commit 605a7fc

6 files changed

+14
-28
lines changed

.changes/08a2127b-379a-43e5-902d-14325cdf933b.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changes/84133345-9651-4fdd-87ff-bbd6a331fe60.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/c90b0e3e-a505-4537-9da6-7833f5453752.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changes/f7cf3370-ccb2-4e68-91e9-a4e61a06731b.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.10.0] - 05/24/2022
4+
5+
### Features
6+
* add additional trace logging to default HTTP client engine
7+
* [#460](https://github.com/awslabs/aws-sdk-kotlin/issues/460) Enhance generic codegen to be more KMP-friendly
8+
9+
### Fixes
10+
* [#480](https://github.com/awslabs/aws-sdk-kotlin/issues/480) Upgrade to ktor-2.x
11+
12+
### Miscellaneous
13+
* upgrade kotlin to 1.6.21 and other deps to latest
14+
315
## [0.9.2] - 05/19/2022
416

517
### Features

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ kotlin.native.ignoreDisabledTargets=true
88
kotlin.mpp.hierarchicalStructureSupport=false
99

1010
# SDK
11-
sdkVersion=0.10.0-SNAPSHOT
11+
sdkVersion=0.10.0
1212

1313
# kotlin
1414
kotlinVersion=1.6.21
@@ -43,4 +43,4 @@ kotlinLoggingVersion=2.1.21
4343
slf4jVersion=1.7.36
4444

4545
# crt
46-
crtKotlinVersion=0.5.4
46+
crtKotlinVersion=0.5.4

0 commit comments

Comments
 (0)