Skip to content

Commit

Permalink
chore: release 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Apr 19, 2024
1 parent 83b7885 commit 14d101f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changes/56a90e2f-014b-4abd-8baa-5ce12dc60320.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/e43c0830-b8d0-43d0-a8bb-1e2c93b8ac7c.json

This file was deleted.

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

## [1.1.5] - 04/19/2024

### Fixes
* Correctly handle error correction of int enums
* Correctly codegen paginators for items in sparse lists

## [1.1.4] - 04/17/2024

### Features
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.5-SNAPSHOT
sdkVersion=1.1.5

# codegen
codegenVersion=0.31.5-SNAPSHOT
codegenVersion=0.31.5

0 comments on commit 14d101f

Please sign in to comment.