diff --git a/.changelog/b8bab33defab491db0c1f257f2435d1e.json b/.changelog/b8bab33defab491db0c1f257f2435d1e.json deleted file mode 100644 index 1618d1233..000000000 --- a/.changelog/b8bab33defab491db0c1f257f2435d1e.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "b8bab33d-efab-491d-b0c1-f257f2435d1e", - "type": "feature", - "description": "Updates deserialization of header list to supported quoted strings", - "modules": [ - "." - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 09aae3fa5..733f31753 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Release (v1.11.0) + +## Module Highlights +* `github.com/aws/smithy-go`: v1.11.0 + * **Feature**: Updates deserialization of header list to supported quoted strings + # Release (v1.10.0) ## Module Highlights diff --git a/go_module_metadata.go b/go_module_metadata.go index 5c68701a3..8bf584b66 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.10.0" +const goModuleVersion = "1.11.0"