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 1
1
# Smithy Typescript Codegen Changelog
2
2
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
+
3
14
## 0.7.0 (2021-11-03)
4
15
5
16
### Features
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ plugins {
25
25
26
26
allprojects {
27
27
group = " software.amazon.smithy.typescript"
28
- version = " 0.7 .0"
28
+ version = " 0.8 .0"
29
29
}
30
30
31
31
extra[" smithyVersion" ] = " [1.14.0,1.15.0["
You can’t perform that action at this time.
0 commit comments