Skip to content

Commit a329693

Browse files
gosarsrchase
authored andcommitted
Bump version to 0.11.0 (smithy-lang#532)
1 parent a1b6f4e commit a329693

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.11.0 (2022-04-04)
4+
5+
### Features
6+
* Removed MetadataBearer from output type. ([#530](https://github.com/awslabs/smithy-typescript/pull/530))
7+
* Updated Smithy version to `1.19.x`. ([#531](https://github.com/awslabs/smithy-typescript/pull/531))
8+
* Updated `typescript` to `~4.6.2`. ([#527](https://github.com/awslabs/smithy-typescript/pull/527))
9+
* Set bodyLengthChecker type to BodyLengthCalculator. ([#524](https://github.com/awslabs/smithy-typescript/pull/524))
10+
11+
### Bug Fixes
12+
* Added missing export for `httpApiKeyAuth` middleware. ([#528](https://github.com/awslabs/smithy-typescript/pull/528))
13+
314
## 0.10.0 (2022-03-02)
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.10.0"
28+
version = "0.11.0"
2929
}
3030

3131
extra["smithyVersion"] = "[1.19.0,1.20.0["

0 commit comments

Comments
 (0)