diff --git a/.changelog/53d0643750ae4c72802c52bda5ddeae0.json b/.changelog/53d0643750ae4c72802c52bda5ddeae0.json deleted file mode 100644 index 613f53eef55..00000000000 --- a/.changelog/53d0643750ae4c72802c52bda5ddeae0.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "53d06437-50ae-4c72-802c-52bda5ddeae0", - "type": "feature", - "description": "This release provides the new CloseAccount API that enables principals in the management account to close any member account within an organization.", - "modules": [ - "service/organizations" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 57ddc811f2a..88b4e10d0b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Release (2022-03-29) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/organizations`: [v1.15.0](service/organizations/CHANGELOG.md#v1150-2022-03-29) + * **Feature**: This release provides the new CloseAccount API that enables principals in the management account to close any member account within an organization. + # Release (2022-03-28) ## Module Highlights diff --git a/service/organizations/CHANGELOG.md b/service/organizations/CHANGELOG.md index 6add4e6c732..505016bf1c3 100644 --- a/service/organizations/CHANGELOG.md +++ b/service/organizations/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.0 (2022-03-29) + +* **Feature**: This release provides the new CloseAccount API that enables principals in the management account to close any member account within an organization. + # v1.14.2 (2022-03-24) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/organizations/go_module_metadata.go b/service/organizations/go_module_metadata.go index 19718994e84..6432cb28503 100644 --- a/service/organizations/go_module_metadata.go +++ b/service/organizations/go_module_metadata.go @@ -3,4 +3,4 @@ package organizations // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.2" +const goModuleVersion = "1.15.0"