diff --git a/.changelog/3dd05ac7785640ed83071dfe2d33234c.json b/.changelog/3dd05ac7785640ed83071dfe2d33234c.json deleted file mode 100644 index 5c72dfdee07..00000000000 --- a/.changelog/3dd05ac7785640ed83071dfe2d33234c.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "3dd05ac7-7856-40ed-8307-1dfe2d33234c", - "type": "feature", - "description": "AWS Private CA now supports an option to omit the CDP extension from issued certificates, when CRL revocation is enabled.", - "modules": [ - "service/acmpca" - ] -} \ No newline at end of file diff --git a/.changelog/d428af5ae4a04553a6525ec1c396163a.json b/.changelog/d428af5ae4a04553a6525ec1c396163a.json deleted file mode 100644 index 677bd4a1350..00000000000 --- a/.changelog/d428af5ae4a04553a6525ec1c396163a.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "d428af5a-e4a0-4553-a652-5ec1c396163a", - "type": "feature", - "description": "This release adds support for IPv6-only instance plans.", - "modules": [ - "service/lightsail" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 62bbf142fcc..a170d2bb8e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Release (2024-01-25) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/acmpca`: [v1.26.0](service/acmpca/CHANGELOG.md#v1260-2024-01-25) + * **Feature**: AWS Private CA now supports an option to omit the CDP extension from issued certificates, when CRL revocation is enabled. +* `github.com/aws/aws-sdk-go-v2/service/lightsail`: [v1.34.0](service/lightsail/CHANGELOG.md#v1340-2024-01-25) + * **Feature**: This release adds support for IPv6-only instance plans. + # Release (2024-01-24) ## General Highlights diff --git a/service/acmpca/CHANGELOG.md b/service/acmpca/CHANGELOG.md index 2ee02d2769d..bd7b3e02f06 100644 --- a/service/acmpca/CHANGELOG.md +++ b/service/acmpca/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.0 (2024-01-25) + +* **Feature**: AWS Private CA now supports an option to omit the CDP extension from issued certificates, when CRL revocation is enabled. + # v1.25.6 (2024-01-04) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/acmpca/go_module_metadata.go b/service/acmpca/go_module_metadata.go index bfab77cace1..6ad85c812f1 100644 --- a/service/acmpca/go_module_metadata.go +++ b/service/acmpca/go_module_metadata.go @@ -3,4 +3,4 @@ package acmpca // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.6" +const goModuleVersion = "1.26.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index de40999e3cb..3ccd7449877 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -55,7 +55,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/kinesis v1.24.7 github.com/aws/aws-sdk-go-v2/service/kms v1.27.9 github.com/aws/aws-sdk-go-v2/service/lambda v1.49.7 - github.com/aws/aws-sdk-go-v2/service/lightsail v1.33.0 + github.com/aws/aws-sdk-go-v2/service/lightsail v1.34.0 github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.18.6 github.com/aws/aws-sdk-go-v2/service/neptune v1.28.2 github.com/aws/aws-sdk-go-v2/service/opsworks v1.19.6 diff --git a/service/lightsail/CHANGELOG.md b/service/lightsail/CHANGELOG.md index 67377b0262e..1d2f71b1bd9 100644 --- a/service/lightsail/CHANGELOG.md +++ b/service/lightsail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.0 (2024-01-25) + +* **Feature**: This release adds support for IPv6-only instance plans. + # v1.33.0 (2024-01-04) * **Feature**: This release adds support to set up an HTTPS endpoint on an instance. diff --git a/service/lightsail/go_module_metadata.go b/service/lightsail/go_module_metadata.go index 36f798259f6..6d9dbf5778f 100644 --- a/service/lightsail/go_module_metadata.go +++ b/service/lightsail/go_module_metadata.go @@ -3,4 +3,4 @@ package lightsail // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.33.0" +const goModuleVersion = "1.34.0"