diff --git a/.changelog/2e6364e6bd74439eb1a563036dd3d1a4.json b/.changelog/2e6364e6bd74439eb1a563036dd3d1a4.json deleted file mode 100644 index db2257af4be..00000000000 --- a/.changelog/2e6364e6bd74439eb1a563036dd3d1a4.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "2e6364e6-bd74-439e-b1a5-63036dd3d1a4", - "type": "feature", - "description": "This release includes video engine updates including HEVC improvements, support for ingesting VP9 encoded video in MP4 containers, and support for user-specified 3D LUTs.", - "modules": [ - "service/mediaconvert" - ] -} \ No newline at end of file diff --git a/.changelog/72eebf86b36a483086715dbb4b688826.json b/.changelog/72eebf86b36a483086715dbb4b688826.json deleted file mode 100644 index 4a4b34e5af9..00000000000 --- a/.changelog/72eebf86b36a483086715dbb4b688826.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "72eebf86-b36a-4830-8671-5dbb4b688826", - "type": "feature", - "description": "Amazon Connect, Contact Lens Evaluation API increase evaluation notes max length to 3072.", - "modules": [ - "service/connect" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d59a6bb484..43dc773a883 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Release (2024-01-03) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.88.0](service/connect/CHANGELOG.md#v1880-2024-01-03) + * **Feature**: Amazon Connect, Contact Lens Evaluation API increase evaluation notes max length to 3072. +* `github.com/aws/aws-sdk-go-v2/service/mediaconvert`: [v1.49.0](service/mediaconvert/CHANGELOG.md#v1490-2024-01-03) + * **Feature**: This release includes video engine updates including HEVC improvements, support for ingesting VP9 encoded video in MP4 containers, and support for user-specified 3D LUTs. + # Release (2023-12-29) ## Module Highlights diff --git a/service/connect/CHANGELOG.md b/service/connect/CHANGELOG.md index 7a380993834..529f025dd18 100644 --- a/service/connect/CHANGELOG.md +++ b/service/connect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.88.0 (2024-01-03) + +* **Feature**: Amazon Connect, Contact Lens Evaluation API increase evaluation notes max length to 3072. + # v1.87.0 (2023-12-21) * **Feature**: Adds APIs to manage User Proficiencies and Predefined Attributes. Enhances StartOutboundVoiceContact API input. Introduces SearchContacts API. Enhances DescribeContact API. Adds an API to update Routing Attributes in QueuePriority and QueueTimeAdjustmentSeconds. diff --git a/service/connect/go_module_metadata.go b/service/connect/go_module_metadata.go index 1c56a180f26..386d1d4e07f 100644 --- a/service/connect/go_module_metadata.go +++ b/service/connect/go_module_metadata.go @@ -3,4 +3,4 @@ package connect // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.87.0" +const goModuleVersion = "1.88.0" diff --git a/service/m2/CHANGELOG.md b/service/m2/CHANGELOG.md index 20ce0a8c32e..787923fc740 100644 --- a/service/m2/CHANGELOG.md +++ b/service/m2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.6 (2024-01-03) + +* No change notes available for this release. + # v1.10.5 (2023-12-08) * **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein. diff --git a/service/m2/go_module_metadata.go b/service/m2/go_module_metadata.go index a86e6464fe4..be253808f7d 100644 --- a/service/m2/go_module_metadata.go +++ b/service/m2/go_module_metadata.go @@ -3,4 +3,4 @@ package m2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.10.5" +const goModuleVersion = "1.10.6" diff --git a/service/mediaconvert/CHANGELOG.md b/service/mediaconvert/CHANGELOG.md index b8d79fdfb16..ab6f8efc118 100644 --- a/service/mediaconvert/CHANGELOG.md +++ b/service/mediaconvert/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.49.0 (2024-01-03) + +* **Feature**: This release includes video engine updates including HEVC improvements, support for ingesting VP9 encoded video in MP4 containers, and support for user-specified 3D LUTs. + # v1.48.5 (2023-12-08) * **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein. diff --git a/service/mediaconvert/go_module_metadata.go b/service/mediaconvert/go_module_metadata.go index a8a25490d9f..c05b2669037 100644 --- a/service/mediaconvert/go_module_metadata.go +++ b/service/mediaconvert/go_module_metadata.go @@ -3,4 +3,4 @@ package mediaconvert // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.48.5" +const goModuleVersion = "1.49.0"