Skip to content

Commit d5cff81

Browse files
authored
chore: prepare 0.7.6 release (#570)
1 parent 4eeaee6 commit d5cff81

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## [0.7.6] - 01/13/2022
4+
5+
### New features
6+
* Paginator codegen using Kotlin Flow [#557](https://github.com/awslabs/smithy-kotlin/pull/557)
7+
* allow nullable LazyAsyncValue; add test utils for constructing http traffic from JSON [#561](https://github.com/awslabs/smithy-kotlin/pull/561)
8+
9+
### Fixes
10+
* paginator generation for models that specify non-string cursor [#566](https://github.com/awslabs/smithy-kotlin/pull/566)
11+
* Fix smithy sdk no default client [#564](https://github.com/awslabs/smithy-kotlin/pull/564)
12+
313
## [0.7.5] - 01/06/2022
414

515
### New features

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kotlin.mpp.stability.nowarn=true
55
kotlin.native.ignoreDisabledTargets=true
66

77
# SDK
8-
sdkVersion=0.7.6-SNAPSHOT
8+
sdkVersion=0.7.6
99

1010
# kotlin
1111
kotlinVersion=1.6.10

0 commit comments

Comments
 (0)