diff --git a/.changelog/07aa0cb9fd244f52aac3f66f0047b25e.json b/.changelog/07aa0cb9fd244f52aac3f66f0047b25e.json deleted file mode 100644 index bf7b6033e..000000000 --- a/.changelog/07aa0cb9fd244f52aac3f66f0047b25e.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "07aa0cb9-fd24-4f52-aac3-f66f0047b25e", - "type": "feature", - "description": "Adds support for the Smithy httpBearerAuth authentication trait to smithy-go. This allows the SDK to support the bearer authentication flow for API operations decorated with httpBearerAuth. An API client will need to be provided with its own bearer.TokenProvider implementation or use the bearer.StaticTokenProvider implementation.", - "modules": [ - "." - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 25800af0c..ec806d248 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Release (v1.13.0) + +## Module Highlights +* `github.com/aws/smithy-go`: v1.13.0 + * **Feature**: Adds support for the Smithy httpBearerAuth authentication trait to smithy-go. This allows the SDK to support the bearer authentication flow for API operations decorated with httpBearerAuth. An API client will need to be provided with its own bearer.TokenProvider implementation or use the bearer.StaticTokenProvider implementation. + # Release (v1.12.1) ## Module Highlights diff --git a/go_module_metadata.go b/go_module_metadata.go index 89b91ce54..f7874b3af 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.12.1" +const goModuleVersion = "1.13.0"