From 98927b1f8a22ba8b4bea995e831a14d7acec2016 Mon Sep 17 00:00:00 2001 From: Ian Botsford <83236726+ianbotsf@users.noreply.github.com> Date: Fri, 18 Feb 2022 09:12:36 -0800 Subject: [PATCH] chore: prepare for 0.7.9 release (#592) --- CHANGELOG.md | 14 ++++++++++++++ gradle.properties | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 391503139..673a62595 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/gradle.properties b/gradle.properties index e67a4ab60..29284e00c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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