Skip to content

Commit

Permalink
chore: prepare for 0.7.9 release (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbotsf authored Feb 18, 2022
1 parent 5a1a921 commit 98927b1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.7.8] - 02/17/2022

### New features
* add DSL overloads to paginator methods [#591](https://github.com/awslabs/smithy-kotlin/pull/591)

### Fixes
* ignore redirect statuses in Ktor engine [#590](https://github.com/awslabs/smithy-kotlin/pull/590)
* handle stream response exceptions properly in Ktor engine [#589](https://github.com/awslabs/smithy-kotlin/pull/589)

### Miscellaneous
* coroutine version bump to 1.6.0 and Duration stabilization [#580](https://github.com/awslabs/smithy-kotlin/pull/580)
* dokka upgrade [#588](https://github.com/awslabs/smithy-kotlin/pull/588)
* upgrade smithy to 1.17.0 [#587](https://github.com/awslabs/smithy-kotlin/pull/587)

## [0.7.7] - 02/04/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.8-SNAPSHOT
sdkVersion=0.7.9-SNAPSHOT

# kotlin
kotlinVersion=1.6.10
Expand Down

0 comments on commit 98927b1

Please sign in to comment.