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"