Skip to content

Commit

Permalink
Bump version to 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chase Coalwell authored and gosar committed Jul 7, 2023
1 parent 06ff4f7 commit 7cf055f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Smithy Typescript Codegen Changelog

## 0.17.1 (2023-07-07)

### Bug fixes

* Fixed @smithy/protocol-http import in HttpApiKeyAuth spec ([#817](https://github.com/awslabs/smithy-typescript/pull/817))

## 0.17.0 (2023-07-06)

### Features

* Upgraded to Smithy 1.33.0 [#808](https://github.com/awslabs/smithy-typescript/pull/808))
* Upgraded to Smithy 1.33.0 ([#808](https://github.com/awslabs/smithy-typescript/pull/808))
* Updated enum validator to not remove "internal" tagged members ([#807](https://github.com/awslabs/smithy-typescript/pull/807))

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ are as follows:

dependencies {
implementation("software.amazon.smithy:smithy-model:[1.33.0,1.34.0[")
implementation("software.amazon.smithy.typescript:smithy-typescript-codegen:0.17.0")
implementation("software.amazon.smithy.typescript:smithy-typescript-codegen:0.17.1")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ plugins {

allprojects {
group = "software.amazon.smithy.typescript"
version = "0.17.0"
version = "0.17.1"
}

// The root project doesn't produce a JAR.
Expand Down

0 comments on commit 7cf055f

Please sign in to comment.