Skip to content

Commit eef8dde

Browse files
chore: release 0.17.0
1 parent 4b925bb commit eef8dde

File tree

4 files changed

+10
-15
lines changed

4 files changed

+10
-15
lines changed

.changes/56e8e658-90a3-48be-b626-29da350ed52f.json

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

.changes/85c91e25-fbc9-4416-a8bc-54991580a802.json

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

CHANGELOG.md

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

3+
## [0.17.0] - 04/13/2023
4+
5+
### Fixes
6+
* [#818](https://github.com/awslabs/smithy-kotlin/issues/818) Allow requests with zero content length in the CRT HTTP engine
7+
8+
### Miscellaneous
9+
* **BREAKING**: Refactor identity and authentication APIs
10+
311
## [0.16.6] - 04/06/2023
412

513
### Features

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
66
kotlin.mpp.enableCompatibilityMetadataVariant=true
77

88
# SDK
9-
sdkVersion=0.17.0-SNAPSHOT
9+
sdkVersion=0.17.0
1010

1111
# kotlin
1212
kotlinVersion=1.8.10
@@ -44,4 +44,4 @@ kotlinLoggingVersion=3.0.0
4444
slf4jVersion=2.0.6
4545

4646
# crt
47-
crtKotlinVersion=0.6.8
47+
crtKotlinVersion=0.6.8

0 commit comments

Comments
 (0)