diff --git a/.changelog/a33cd9f8b5d5438a8f8140ee4f39c2f7.json b/.changelog/a33cd9f8b5d5438a8f8140ee4f39c2f7.json deleted file mode 100644 index 4c2a9ee48..000000000 --- a/.changelog/a33cd9f8b5d5438a8f8140ee4f39c2f7.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "a33cd9f8-b5d5-438a-8f81-40ee4f39c2f7", - "type": "feature", - "description": "Add `http.WithHeaderComment` middleware.", - "modules": [ - "." - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b9171b88b..8a3540e04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Release (2023-10-06) + +## Module Highlights +* `github.com/aws/smithy-go`: v1.15.0 + * **Feature**: Add `http.WithHeaderComment` middleware. + # Release (2023-08-18) * No change notes available for this release. diff --git a/go_module_metadata.go b/go_module_metadata.go index 997c30924..6b795a2c8 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.14.2" +const goModuleVersion = "1.15.0"