Skip to content

Commit dbef399

Browse files
committed
Bump code generators to 0.8.0
1 parent 5d5e0e8 commit dbef399

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ plugins {
2525

2626
allprojects {
2727
group = "software.amazon.smithy.typescript"
28-
version = "0.7.0"
28+
version = "0.8.0"
2929
}
3030

3131
extra["smithyVersion"] = "[1.14.0,1.15.0["

0 commit comments

Comments
 (0)