From 5b135f8c4556251878c14fa81a139c019c8c14a5 Mon Sep 17 00:00:00 2001 From: Jason Del Ponte <961963+jasdel@users.noreply.github.com> Date: Fri, 2 Sep 2022 16:57:37 -0700 Subject: [PATCH] Release 2022-09-02.2 --- .changelog/0af9653ff5d344bd8c0023909c8344b0.json | 8 -------- CHANGELOG.md | 6 ++++++ service/identitystore/CHANGELOG.md | 4 ++++ service/identitystore/go_module_metadata.go | 2 +- 4 files changed, 11 insertions(+), 9 deletions(-) delete mode 100644 .changelog/0af9653ff5d344bd8c0023909c8344b0.json diff --git a/.changelog/0af9653ff5d344bd8c0023909c8344b0.json b/.changelog/0af9653ff5d344bd8c0023909c8344b0.json deleted file mode 100644 index 6a331a36366..00000000000 --- a/.changelog/0af9653ff5d344bd8c0023909c8344b0.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "0af9653f-f5d3-44bd-8c00-23909c8344b0", - "type": "bugfix", - "description": "Reverts a change to the identitystore module so that MaxResults members of ListGroupMemberShips, ListGroupMembershipsForMembers, ListGroups, and ListUsers are correctly generated as pointer types instead of value types", - "modules": [ - "service/identitystore" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 652d6aa727c..876a391f346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Release (2022-09-02.2) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/identitystore`: [v1.15.2](service/identitystore/CHANGELOG.md#v1152-2022-09-022) + * **Bug Fix**: Reverts a change to the identitystore module so that MaxResults members of ListGroupMemberShips, ListGroupMembershipsForMembers, ListGroups, and ListUsers are correctly generated as pointer types instead of value types + # Release (2022-09-02) ## General Highlights diff --git a/service/identitystore/CHANGELOG.md b/service/identitystore/CHANGELOG.md index 14667622844..9b5a985f935 100644 --- a/service/identitystore/CHANGELOG.md +++ b/service/identitystore/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.2 (2022-09-02.2) + +* **Bug Fix**: Reverts a change to the identitystore module so that MaxResults members of ListGroupMemberShips, ListGroupMembershipsForMembers, ListGroups, and ListUsers are correctly generated as pointer types instead of value types + # v1.15.1 (2022-09-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/identitystore/go_module_metadata.go b/service/identitystore/go_module_metadata.go index 7f0b6900904..a4adb7c8246 100644 --- a/service/identitystore/go_module_metadata.go +++ b/service/identitystore/go_module_metadata.go @@ -3,4 +3,4 @@ package identitystore // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.1" +const goModuleVersion = "1.15.2"