From c556dbdf910fbc0d0a095fa5b0cd0d26e555935f Mon Sep 17 00:00:00 2001 From: Jaykumar Gosar Date: Mon, 22 Nov 2021 15:23:38 -0800 Subject: [PATCH] Bump code generators to 0.8.0 --- CHANGELOG.md | 11 +++++++++++ build.gradle.kts | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 113d188169c..8b9eefbf3c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Smithy Typescript Codegen Changelog +## 0.8.0 (2021-11-23) + +### Features + +* Updated Smithy version dependency to be more specific. ([#465](https://github.com/awslabs/smithy-typescript/pull/465)) +* Updated Smithy version to `1.14.x`. ([#468](https://github.com/awslabs/smithy-typescript/pull/468)) + +### Bug Fixes + +* Fixed the generated comment for link to client config. ([#466](https://github.com/awslabs/smithy-typescript/pull/466)) + ## 0.7.0 (2021-11-03) ### Features diff --git a/build.gradle.kts b/build.gradle.kts index 36ebb8db55f..d28f11048ae 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -25,7 +25,7 @@ plugins { allprojects { group = "software.amazon.smithy.typescript" - version = "0.7.0" + version = "0.8.0" } extra["smithyVersion"] = "[1.14.0,1.15.0["