Skip to content

Commit a3001db

Browse files
chore: release 0.12.10
1 parent 99ae92c commit a3001db

File tree

5 files changed

+10
-20
lines changed

5 files changed

+10
-20
lines changed

.changes/3c662a11-98c2-48cc-8cf5-ca0b293db1f9.json

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

.changes/490f40f2-97e1-47f9-b53c-d0740e394814.json

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

.changes/841987e7-c68c-4ff6-8426-f7bf51373d79.json

Lines changed: 0 additions & 8 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.12.10] - 10/27/2022
4+
5+
### Features
6+
* add `MIN` and `MAX` accessors for the Instant type
7+
* Add order parameter to ClientConfigProperty to be used for ordering configuration dependencies
8+
9+
### Fixes
10+
* [#733](https://github.com/awslabs/aws-sdk-kotlin/issues/733) Fix OkHttp engine crashing on Android when coroutine is cancelled while uploading request body
11+
312
## [0.12.9] - 10/13/2022
413

514
### Fixes

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.12.10-SNAPSHOT
9+
sdkVersion=0.12.10
1010

1111
# kotlin
1212
kotlinVersion=1.7.10

0 commit comments

Comments
 (0)