diff --git a/.changelog/07b4ac99dc8e4322912f2c2472899274.json b/.changelog/07b4ac99dc8e4322912f2c2472899274.json deleted file mode 100644 index 555ca718a02..00000000000 --- a/.changelog/07b4ac99dc8e4322912f2c2472899274.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "07b4ac99-dc8e-4322-912f-2c2472899274", - "type": "feature", - "description": "This release adds support for MemoryDB Reserved nodes which provides a significant discount compared to on-demand node pricing. Reserved nodes are not physical nodes, but rather a billing discount applied to the use of on-demand nodes in your account.", - "modules": [ - "service/memorydb" - ] -} \ No newline at end of file diff --git a/.changelog/94f8b277837c4314a6ae18de81dc05b3.json b/.changelog/94f8b277837c4314a6ae18de81dc05b3.json deleted file mode 100644 index 900a9647017..00000000000 --- a/.changelog/94f8b277837c4314a6ae18de81dc05b3.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "94f8b277-837c-4314-a6ae-18de81dc05b3", - "type": "feature", - "description": "Add additional operations to throw ThrottlingExceptions", - "modules": [ - "service/transfer" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 190db4ca91e..59d5ffc1b76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Release (2022-12-27) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/memorydb`: [v1.11.0](service/memorydb/CHANGELOG.md#v1110-2022-12-27) + * **Feature**: This release adds support for MemoryDB Reserved nodes which provides a significant discount compared to on-demand node pricing. Reserved nodes are not physical nodes, but rather a billing discount applied to the use of on-demand nodes in your account. +* `github.com/aws/aws-sdk-go-v2/service/transfer`: [v1.27.0](service/transfer/CHANGELOG.md#v1270-2022-12-27) + * **Feature**: Add additional operations to throw ThrottlingExceptions + # Release (2022-12-23) ## Module Highlights diff --git a/service/memorydb/CHANGELOG.md b/service/memorydb/CHANGELOG.md index fdd4ce6c79f..089aef4f2a3 100644 --- a/service/memorydb/CHANGELOG.md +++ b/service/memorydb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.0 (2022-12-27) + +* **Feature**: This release adds support for MemoryDB Reserved nodes which provides a significant discount compared to on-demand node pricing. Reserved nodes are not physical nodes, but rather a billing discount applied to the use of on-demand nodes in your account. + # v1.10.3 (2022-12-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/memorydb/go_module_metadata.go b/service/memorydb/go_module_metadata.go index 81f486c9037..87bad1e05e0 100644 --- a/service/memorydb/go_module_metadata.go +++ b/service/memorydb/go_module_metadata.go @@ -3,4 +3,4 @@ package memorydb // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.10.3" +const goModuleVersion = "1.11.0" diff --git a/service/transfer/CHANGELOG.md b/service/transfer/CHANGELOG.md index 34345fb37f3..c68d146966a 100644 --- a/service/transfer/CHANGELOG.md +++ b/service/transfer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.0 (2022-12-27) + +* **Feature**: Add additional operations to throw ThrottlingExceptions + # v1.26.0 (2022-12-21) * **Feature**: This release adds support for Decrypt as a workflow step type. diff --git a/service/transfer/go_module_metadata.go b/service/transfer/go_module_metadata.go index 8deb5c05756..505fd9d0139 100644 --- a/service/transfer/go_module_metadata.go +++ b/service/transfer/go_module_metadata.go @@ -3,4 +3,4 @@ package transfer // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.0" +const goModuleVersion = "1.27.0"