File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Smithy Typescript Codegen Changelog
22
3+ ## 0.8.0 (2021-11-23)
4+
5+ ### Features
6+
7+ * Updated Smithy version dependency to be more specific. ([ #465 ] ( https://github.com/awslabs/smithy-typescript/pull/465 ) )
8+ * Updated Smithy version to ` 1.14.x ` . ([ #468 ] ( https://github.com/awslabs/smithy-typescript/pull/468 ) )
9+
10+ ### Bug Fixes
11+
12+ * Fixed the generated comment for link to client config. ([ #466 ] ( https://github.com/awslabs/smithy-typescript/pull/466 ) )
13+
314## 0.7.0 (2021-11-03)
415
516### Features
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ plugins {
2525
2626allprojects {
2727 group = " software.amazon.smithy.typescript"
28- version = " 0.7 .0"
28+ version = " 0.8 .0"
2929}
3030
3131extra[" smithyVersion" ] = " [1.14.0,1.15.0["
You can’t perform that action at this time.
0 commit comments