Skip to content

Commit

Permalink
chore: release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Apr 25, 2024
1 parent c5ce0a8 commit 2b153be
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 17 deletions.
9 changes: 0 additions & 9 deletions .changes/5498a35b-f57f-4c0c-bbf7-43e07830be01.json

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/8e87c6dd-5138-4b79-a0c2-255ecf31898b.json

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.2.0] - 04/25/2024

### Fixes
* [#1211](https://github.com/awslabs/aws-sdk-kotlin/issues/1211) ⚠️ **IMPORTANT**: Add config finalization to service clients via new abstract factory class; apply clock skew interceptor to clients created via `invoke`

### Miscellaneous
* ⚠️ **IMPORTANT**: Upgrade to latest versions of OkHttp, Okio, Kotlin

## [1.1.5] - 04/19/2024

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kotlinx.atomicfu.enableNativeIrTransformation=false
org.gradle.jvmargs=-Xmx2G -XX:MaxMetaspaceSize=1G

# SDK
sdkVersion=1.1.6-SNAPSHOT
sdkVersion=1.2.0

# codegen
codegenVersion=0.31.6-SNAPSHOT
codegenVersion=0.32.0

0 comments on commit 2b153be

Please sign in to comment.