From b440cd3e30f26fe0d1459f75f91e80896b8d9c9e Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Fri, 6 Dec 2024 22:52:38 +0000 Subject: [PATCH] Release 2024-12-06 --- .changelog/658fc1c50afd443fa803916695e3583e.json | 8 -------- CHANGELOG.md | 6 ++++++ feature/rds/auth/CHANGELOG.md | 4 ++++ feature/rds/auth/go_module_metadata.go | 2 +- 4 files changed, 11 insertions(+), 9 deletions(-) delete mode 100644 .changelog/658fc1c50afd443fa803916695e3583e.json diff --git a/.changelog/658fc1c50afd443fa803916695e3583e.json b/.changelog/658fc1c50afd443fa803916695e3583e.json deleted file mode 100644 index 2b131b25142..00000000000 --- a/.changelog/658fc1c50afd443fa803916695e3583e.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "658fc1c5-0afd-443f-a803-916695e3583e", - "type": "bugfix", - "description": "**BREAKFIX**: Revert bad API release.", - "modules": [ - "feature/rds/auth" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e6e96fe64e..cb7bc96a091 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Release (2024-12-06) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/feature/rds/auth`: [v1.5.1](feature/rds/auth/CHANGELOG.md#v151-2024-12-06) + * **Bug Fix**: **BREAKFIX**: Revert bad API release. + # Release (2024-12-05) ## Module Highlights diff --git a/feature/rds/auth/CHANGELOG.md b/feature/rds/auth/CHANGELOG.md index dd00e073033..03301e3b1e3 100644 --- a/feature/rds/auth/CHANGELOG.md +++ b/feature/rds/auth/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.1 (2024-12-06) + +* **Bug Fix**: **BREAKFIX**: Revert bad API release. + # v1.5.0 (2024-12-03.2) * No change notes available for this release. diff --git a/feature/rds/auth/go_module_metadata.go b/feature/rds/auth/go_module_metadata.go index 17b32bf74e3..857735999fa 100644 --- a/feature/rds/auth/go_module_metadata.go +++ b/feature/rds/auth/go_module_metadata.go @@ -3,4 +3,4 @@ package auth // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.5.0" +const goModuleVersion = "1.5.1"