diff --git a/codegen/CHANGELOG.md b/codegen/CHANGELOG.md index 131e87b6d3af..7b98bbb2d87f 100644 --- a/codegen/CHANGELOG.md +++ b/codegen/CHANGELOG.md @@ -1,5 +1,11 @@ # Smithy AWS Typescript Codegen Changelog +## 0.17.0 (2023-07-05) + +### Features + +* Upgraded to Smithy 1.33.0 ([#4899](https://github.com/aws/aws-sdk-js-v3/pull/4899)) + ## 0.16.0 (2023-06-30) ### Features diff --git a/codegen/build.gradle.kts b/codegen/build.gradle.kts index f4c65390baa4..bd2401e970d0 100644 --- a/codegen/build.gradle.kts +++ b/codegen/build.gradle.kts @@ -28,7 +28,7 @@ allprojects { mavenCentral() } group = "software.amazon.smithy.typescript" - version = "0.16.0" + version = "0.17.0" } // The root project doesn't produce a JAR. diff --git a/codegen/smithy-aws-typescript-codegen/build.gradle.kts b/codegen/smithy-aws-typescript-codegen/build.gradle.kts index 29a515b9e699..4af5ee596ad8 100644 --- a/codegen/smithy-aws-typescript-codegen/build.gradle.kts +++ b/codegen/smithy-aws-typescript-codegen/build.gradle.kts @@ -42,7 +42,7 @@ dependencies { api("software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion") api("software.amazon.smithy:smithy-model:$smithyVersion") api("software.amazon.smithy:smithy-rules-engine:$smithyVersion") - api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.16.0") + api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.17.0") } tasks.register("set-aws-sdk-versions") {