Skip to content

Commit 994a89a

Browse files
chore: release 0.15.1
1 parent c11f782 commit 994a89a

File tree

5 files changed

+10
-19
lines changed

5 files changed

+10
-19
lines changed

.changes/73375c7c-b802-4878-ae24-15b619c065b3.json

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

.changes/af027b16-c6f7-4885-9835-1a75315860cf.json

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

.changes/e598952f-ca05-46d0-a6ab-b2ad54bf3d09.json

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

CHANGELOG.md

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

3+
## [0.15.1] - 02/02/2023
4+
5+
### Features
6+
* [#446](https://github.com/awslabs/smithy-kotlin/issues/446) Implement flexible checksums customization
7+
* Add support for unsigned `aws-chunked` requests
8+
9+
### Miscellaneous
10+
* Refactor: collapse io, hashing, and util modules into runtime-core module
11+
312
## [0.15.0] - 01/27/2023
413

514
### 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.1-SNAPSHOT
9+
sdkVersion=0.15.1
1010

1111
# kotlin
1212
kotlinVersion=1.8.0

0 commit comments

Comments
 (0)