Skip to content

Commit 72d0a63

Browse files
chore: release 0.12.2
1 parent f1be2d4 commit 72d0a63

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

.changes/7448bdc7-3a4b-4338-8342-3bfa364ecc7c.json

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

CHANGELOG.md

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

3+
## [0.12.2] - 08/04/2022
4+
5+
### Fixes
6+
* [#665](https://github.com/awslabs/aws-sdk-kotlin/issues/665) Parse timestamps correctly when they are written in exponential notation (e.g., `1.924390954E9`)
7+
38
## [0.12.1] - 07/21/2022
49

510
### Miscellaneous

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ kotlin.native.ignoreDisabledTargets=true
99
kotlin.mpp.hierarchicalStructureSupport=false
1010

1111
# SDK
12-
sdkVersion=0.12.2-SNAPSHOT
12+
sdkVersion=0.12.2
1313

1414
# kotlin
1515
kotlinVersion=1.7.0

0 commit comments

Comments
 (0)