Skip to content

Commit

Permalink
chore: release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Apr 2, 2024
1 parent 620d002 commit 577804c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changes/1332be89-09d8-4b30-9e42-6f7a353c4c72.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/c855db56-72aa-4f1e-9200-46122fdaec75.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.1.3] - 04/02/2024

### Fixes
* Fix not generating waiters and paginators for operations that come from resources

### Miscellaneous
* Decrease generated client artifact sizes by reducing the number of suspension points for operations and inlining commonly used HTTP builders

## [1.1.1] - 03/19/2024

## [1.1.0] - 03/18/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.1.3-SNAPSHOT
sdkVersion=1.1.3

# codegen
codegenVersion=0.31.3-SNAPSHOT
codegenVersion=0.31.3

0 comments on commit 577804c

Please sign in to comment.