Skip to content

Commit

Permalink
chore: prepare 0.7.6 release (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
aajtodd authored Jan 13, 2022
1 parent 4eeaee6 commit d5cff81
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.7.6] - 01/13/2022

### New features
* Paginator codegen using Kotlin Flow [#557](https://github.com/awslabs/smithy-kotlin/pull/557)
* allow nullable LazyAsyncValue; add test utils for constructing http traffic from JSON [#561](https://github.com/awslabs/smithy-kotlin/pull/561)

### Fixes
* paginator generation for models that specify non-string cursor [#566](https://github.com/awslabs/smithy-kotlin/pull/566)
* Fix smithy sdk no default client [#564](https://github.com/awslabs/smithy-kotlin/pull/564)

## [0.7.5] - 01/06/2022

### New features
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kotlin.mpp.stability.nowarn=true
kotlin.native.ignoreDisabledTargets=true

# SDK
sdkVersion=0.7.6-SNAPSHOT
sdkVersion=0.7.6

# kotlin
kotlinVersion=1.6.10
Expand Down

0 comments on commit d5cff81

Please sign in to comment.