Skip to content

Commit 376c7cc

Browse files
chore: release 1.3.5
1 parent cc8f42c commit 376c7cc

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

.changes/5eea083c-b810-4c6d-b636-75baa07b0c10.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [1.3.5] - 08/16/2024
4+
5+
### Fixes
6+
* [#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)
7+
38
## [1.3.4] - 08/12/2024
49

510
### Features

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ kotlinx.atomicfu.enableNativeIrTransformation=false
1313
org.gradle.jvmargs=-Xmx2G -XX:MaxMetaspaceSize=1G
1414

1515
# SDK
16-
sdkVersion=1.3.5-SNAPSHOT
16+
sdkVersion=1.3.5
1717

1818
# codegen
19-
codegenVersion=0.33.5-SNAPSHOT
19+
codegenVersion=0.33.5

0 commit comments

Comments
 (0)