From 376c7cc664218fc05f40e244c24a19016946661c Mon Sep 17 00:00:00 2001 From: aws-sdk-kotlin-ci Date: Fri, 16 Aug 2024 17:48:04 +0000 Subject: [PATCH] chore: release 1.3.5 --- .changes/5eea083c-b810-4c6d-b636-75baa07b0c10.json | 8 -------- CHANGELOG.md | 5 +++++ gradle.properties | 4 ++-- 3 files changed, 7 insertions(+), 10 deletions(-) delete mode 100644 .changes/5eea083c-b810-4c6d-b636-75baa07b0c10.json diff --git a/.changes/5eea083c-b810-4c6d-b636-75baa07b0c10.json b/.changes/5eea083c-b810-4c6d-b636-75baa07b0c10.json deleted file mode 100644 index a81bda0ae..000000000 --- a/.changes/5eea083c-b810-4c6d-b636-75baa07b0c10.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "5eea083c-b810-4c6d-b636-75baa07b0c10", - "type": "bugfix", - "description": "Add missing support for pagination which terminates by repeating the token (instead of returning no token)", - "issues": [ - "awslabs/aws-sdk-kotlin#1326" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d59052bba..919502f38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [1.3.5] - 08/16/2024 + +### Fixes +* [#1326](https://github.com/awslabs/aws-sdk-kotlin/issues/1326) Add missing support for pagination which terminates by repeating the token (instead of returning no token) + ## [1.3.4] - 08/12/2024 ### Features diff --git a/gradle.properties b/gradle.properties index 2632efae3..e94ae3792 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ kotlinx.atomicfu.enableNativeIrTransformation=false org.gradle.jvmargs=-Xmx2G -XX:MaxMetaspaceSize=1G # SDK -sdkVersion=1.3.5-SNAPSHOT +sdkVersion=1.3.5 # codegen -codegenVersion=0.33.5-SNAPSHOT \ No newline at end of file +codegenVersion=0.33.5 \ No newline at end of file