diff --git a/.changelog/2abc502f83d1403696c46ab180a2825e.json b/.changelog/2abc502f83d1403696c46ab180a2825e.json deleted file mode 100644 index 359ada7ecc9..00000000000 --- a/.changelog/2abc502f83d1403696c46ab180a2825e.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "2abc502f-83d1-4036-96c4-6ab180a2825e", - "type": "feature", - "description": "Adds dualstack endpoint support for IoT Secure Tunneling", - "modules": [ - "service/iotsecuretunneling" - ] -} \ No newline at end of file diff --git a/.changelog/3d845081a7094df5ace02909965f74f6.json b/.changelog/3d845081a7094df5ace02909965f74f6.json deleted file mode 100644 index 60d481549f9..00000000000 --- a/.changelog/3d845081a7094df5ace02909965f74f6.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "3d845081-a709-4df5-ace0-2909965f74f6", - "type": "feature", - "description": "Allow vanity DNS domain when creating a new ASC instance", - "modules": [ - "service/supplychain" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ed168a01043..30258561255 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Release (2025-01-06) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/iotsecuretunneling`: [v1.28.0](service/iotsecuretunneling/CHANGELOG.md#v1280-2025-01-06) + * **Feature**: Adds dualstack endpoint support for IoT Secure Tunneling +* `github.com/aws/aws-sdk-go-v2/service/supplychain`: [v1.11.0](service/supplychain/CHANGELOG.md#v1110-2025-01-06) + * **Feature**: Allow vanity DNS domain when creating a new ASC instance + # Release (2025-01-03) ## General Highlights diff --git a/service/iotfleetwise/CHANGELOG.md b/service/iotfleetwise/CHANGELOG.md index 9a0ce6124ec..f3f797585a8 100644 --- a/service/iotfleetwise/CHANGELOG.md +++ b/service/iotfleetwise/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.3 (2025-01-06) + +* No change notes available for this release. + # v1.22.2 (2024-12-19) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotfleetwise/go_module_metadata.go b/service/iotfleetwise/go_module_metadata.go index 68fe5374ac2..9158d705c89 100644 --- a/service/iotfleetwise/go_module_metadata.go +++ b/service/iotfleetwise/go_module_metadata.go @@ -3,4 +3,4 @@ package iotfleetwise // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.22.2" +const goModuleVersion = "1.22.3" diff --git a/service/iotsecuretunneling/CHANGELOG.md b/service/iotsecuretunneling/CHANGELOG.md index b0109294bc0..1024ea2f6f6 100644 --- a/service/iotsecuretunneling/CHANGELOG.md +++ b/service/iotsecuretunneling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.0 (2025-01-06) + +* **Feature**: Adds dualstack endpoint support for IoT Secure Tunneling + # v1.27.9 (2024-12-20) * No change notes available for this release. diff --git a/service/iotsecuretunneling/go_module_metadata.go b/service/iotsecuretunneling/go_module_metadata.go index eb7afe5dc02..32b3c66f795 100644 --- a/service/iotsecuretunneling/go_module_metadata.go +++ b/service/iotsecuretunneling/go_module_metadata.go @@ -3,4 +3,4 @@ package iotsecuretunneling // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.9" +const goModuleVersion = "1.28.0" diff --git a/service/supplychain/CHANGELOG.md b/service/supplychain/CHANGELOG.md index c779ed73c45..b58dc0905c7 100644 --- a/service/supplychain/CHANGELOG.md +++ b/service/supplychain/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.0 (2025-01-06) + +* **Feature**: Allow vanity DNS domain when creating a new ASC instance + # v1.10.6 (2024-12-19) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/supplychain/go_module_metadata.go b/service/supplychain/go_module_metadata.go index 842742dba70..a7b356398da 100644 --- a/service/supplychain/go_module_metadata.go +++ b/service/supplychain/go_module_metadata.go @@ -3,4 +3,4 @@ package supplychain // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.10.6" +const goModuleVersion = "1.11.0"