diff --git a/.changelog/3e55a1a749584660bed54f93d99fd36b.json b/.changelog/3e55a1a749584660bed54f93d99fd36b.json deleted file mode 100644 index 0d646c94f2f..00000000000 --- a/.changelog/3e55a1a749584660bed54f93d99fd36b.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "3e55a1a7-4958-4660-bed5-4f93d99fd36b", - "type": "feature", - "description": "My AWS Service (placeholder) - Add a new feature Account-level Targeting for StackSet operation", - "modules": [ - "service/cloudformation" - ] -} \ No newline at end of file diff --git a/.changelog/484e92bcba9f45f5a29031bbf5c232f2.json b/.changelog/484e92bcba9f45f5a29031bbf5c232f2.json deleted file mode 100644 index ebef955d64f..00000000000 --- a/.changelog/484e92bcba9f45f5a29031bbf5c232f2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "484e92bc-ba9f-45f5-a290-31bbf5c232f2", - "type": "feature", - "description": "This release introduces Group feature, which enables users to group cross-region canaries.", - "modules": [ - "service/synthetics" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f56157a289..cb7ee968557 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Release (2022-07-06) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/cloudformation`: [v1.22.0](service/cloudformation/CHANGELOG.md#v1220-2022-07-06) + * **Feature**: My AWS Service (placeholder) - Add a new feature Account-level Targeting for StackSet operation +* `github.com/aws/aws-sdk-go-v2/service/synthetics`: [v1.16.0](service/synthetics/CHANGELOG.md#v1160-2022-07-06) + * **Feature**: This release introduces Group feature, which enables users to group cross-region canaries. + # Release (2022-07-05) ## General Highlights diff --git a/service/cloudformation/CHANGELOG.md b/service/cloudformation/CHANGELOG.md index 78402cf4755..e68521f4e10 100644 --- a/service/cloudformation/CHANGELOG.md +++ b/service/cloudformation/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.0 (2022-07-06) + +* **Feature**: My AWS Service (placeholder) - Add a new feature Account-level Targeting for StackSet operation + # v1.21.3 (2022-07-05) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudformation/go_module_metadata.go b/service/cloudformation/go_module_metadata.go index 3ff44c3e962..88d337e9979 100644 --- a/service/cloudformation/go_module_metadata.go +++ b/service/cloudformation/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudformation // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.21.3" +const goModuleVersion = "1.22.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index de88d9b59b1..78beb446437 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -11,7 +11,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/athena v1.16.1 github.com/aws/aws-sdk-go-v2/service/autoscaling v1.23.5 github.com/aws/aws-sdk-go-v2/service/batch v1.18.7 - github.com/aws/aws-sdk-go-v2/service/cloudformation v1.21.3 + github.com/aws/aws-sdk-go-v2/service/cloudformation v1.22.0 github.com/aws/aws-sdk-go-v2/service/cloudfront v1.18.4 github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.13.8 github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.13.8 diff --git a/service/synthetics/CHANGELOG.md b/service/synthetics/CHANGELOG.md index 628cd8ee54f..363b6e4be26 100644 --- a/service/synthetics/CHANGELOG.md +++ b/service/synthetics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.0 (2022-07-06) + +* **Feature**: This release introduces Group feature, which enables users to group cross-region canaries. + # v1.15.5 (2022-07-05) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/synthetics/go_module_metadata.go b/service/synthetics/go_module_metadata.go index 311cfef9f72..decd100b8cd 100644 --- a/service/synthetics/go_module_metadata.go +++ b/service/synthetics/go_module_metadata.go @@ -3,4 +3,4 @@ package synthetics // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.5" +const goModuleVersion = "1.16.0"