From c32f9405499422e8ca54b1e44199f3f320ec2af9 Mon Sep 17 00:00:00 2001 From: Jason Del Ponte <961963+jasdel@users.noreply.github.com> Date: Thu, 21 Oct 2021 13:54:22 -0700 Subject: [PATCH] Release v1.8.1 (#333) Updating smithy-go for v1.8.1 release changelog --- .changelog/c200e9bd07964b0dbc0fee2cfe86a3c7.json | 8 -------- CHANGELOG.md | 6 ++++++ go_module_metadata.go | 6 ++++++ 3 files changed, 12 insertions(+), 8 deletions(-) delete mode 100644 .changelog/c200e9bd07964b0dbc0fee2cfe86a3c7.json create mode 100644 go_module_metadata.go diff --git a/.changelog/c200e9bd07964b0dbc0fee2cfe86a3c7.json b/.changelog/c200e9bd07964b0dbc0fee2cfe86a3c7.json deleted file mode 100644 index 9110e08b0..000000000 --- a/.changelog/c200e9bd07964b0dbc0fee2cfe86a3c7.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "c200e9bd-0796-4b0d-bc0f-ee2cfe86a3c7", - "type": "bugfix", - "description": "Fixed an issue that would cause the HTTP Content-Length to be set to 0 if the stream body was not set.", - "modules": [ - "." - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e6ccfd957..914ee9d59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Release v1.8.1 + +### Smithy Go Module +* **Bug Fix**: Fixed an issue that would cause the HTTP Content-Length to be set to 0 if the stream body was not set. + * Fixes [aws/aws-sdk-go-v2#1418](https://github.com/aws/aws-sdk-go-v2/issues/1418) + # Release v1.8.0 ### Smithy Go Module diff --git a/go_module_metadata.go b/go_module_metadata.go new file mode 100644 index 000000000..aa3a086d4 --- /dev/null +++ b/go_module_metadata.go @@ -0,0 +1,6 @@ +// Code generated by internal/repotools/cmd/updatemodulemeta DO NOT EDIT. + +package smithy + +// goModuleVersion is the tagged release for this module +const goModuleVersion = "1.8.1"