From 94560c13b36cbed6515a8293634f05071c67f2e7 Mon Sep 17 00:00:00 2001 From: Sean McGrail Date: Tue, 8 Mar 2022 01:48:54 +0000 Subject: [PATCH] Release v1.11.1 --- .changelog/0271f0ea23254cf68a4c08e4c69fd6c8.json | 8 -------- CHANGELOG.md | 6 ++++++ go_module_metadata.go | 2 +- 3 files changed, 7 insertions(+), 9 deletions(-) delete mode 100644 .changelog/0271f0ea23254cf68a4c08e4c69fd6c8.json diff --git a/.changelog/0271f0ea23254cf68a4c08e4c69fd6c8.json b/.changelog/0271f0ea23254cf68a4c08e4c69fd6c8.json deleted file mode 100644 index 9f5b787b4..000000000 --- a/.changelog/0271f0ea23254cf68a4c08e4c69fd6c8.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "0271f0ea-2325-4cf6-8a4c-08e4c69fd6c8", - "type": "bugfix", - "description": "Updates the smithy-go HTTP Request to correctly handle building the request to an http.Request. Related to [aws/aws-sdk-go-v2#1583](https://github.com/aws/aws-sdk-go-v2/issues/1583)", - "modules": [ - "." - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 733f31753..c1daf6741 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Release (v1.11.1) + +## Module Highlights +* `github.com/aws/smithy-go`: v1.11.1 + * **Bug Fix**: Updates the smithy-go HTTP Request to correctly handle building the request to an http.Request. Related to [aws/aws-sdk-go-v2#1583](https://github.com/aws/aws-sdk-go-v2/issues/1583) + # Release (v1.11.0) ## Module Highlights diff --git a/go_module_metadata.go b/go_module_metadata.go index 8bf584b66..c1e70fc68 100644 --- a/go_module_metadata.go +++ b/go_module_metadata.go @@ -3,4 +3,4 @@ package smithy // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.0" +const goModuleVersion = "1.11.1"