From a5aeb6e124fee579d00af5dc20dcd29c38b379ef Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Mon, 29 Aug 2022 19:10:05 +0000 Subject: [PATCH] Release v1.13.0 --- .changelog/07aa0cb9fd244f52aac3f66f0047b25e.json | 8 -------- CHANGELOG.md | 6 ++++++ go_module_metadata.go | 2 +- 3 files changed, 7 insertions(+), 9 deletions(-) delete mode 100644 .changelog/07aa0cb9fd244f52aac3f66f0047b25e.json 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"