Skip to content

Commit

Permalink
chore: release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Apr 30, 2024
1 parent cb60d46 commit f376efd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 23 deletions.
8 changes: 0 additions & 8 deletions .changes/040b1587-ec85-4601-9eec-a5158cb0edac.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/0523c42d-d3a6-4789-800b-b613e6589170.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/e3e20544-5633-4722-8923-106117678325.json

This file was deleted.

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

## [1.2.2] - 04/30/2024

### Features
* Provide new abstract versions of telemetry classes to simplify the creation of custom telemetry providers

### Fixes
* [#1293](https://github.com/awslabs/aws-sdk-kotlin/issues/1293) Gracefully degrade in clock skew interceptor when receiving a `Date` header value with a malformed date
* [#1081](https://github.com/smithy-lang/smithy-kotlin/issues/1081) Support `http.nonProxyHosts` JVM system property

## [1.2.1] - 04/27/2024

## [1.2.0] - 04/25/2024
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.2.2-SNAPSHOT
sdkVersion=1.2.2

# codegen
codegenVersion=0.32.2-SNAPSHOT
codegenVersion=0.32.2

0 comments on commit f376efd

Please sign in to comment.