Skip to content

Commit 6c472c7

Browse files
chore: release 0.15.3
1 parent 467d2d2 commit 6c472c7

File tree

4 files changed

+9
-14
lines changed

4 files changed

+9
-14
lines changed

.changes/3ac31858-0e36-434b-a46f-c35de6bab62c.json

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

.changes/8f1ff251-7fed-4543-a077-51b2fe0aa684.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.15.3] - 02/16/2023
4+
5+
### Features
6+
* [#839](https://github.com/awslabs/aws-sdk-kotlin/issues/839) Add an interceptor for adding `Expect: 100-continue` headers to HTTP requests
7+
8+
### Miscellaneous
9+
* Upgrade to Kotlin 1.8.10
10+
311
## [0.15.2] - 02/09/2023
412

513
### Features

gradle.properties

Lines changed: 1 addition & 1 deletion
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.15.3-SNAPSHOT
9+
sdkVersion=0.15.3
1010

1111
# kotlin
1212
kotlinVersion=1.8.10

0 commit comments

Comments
 (0)