diff --git a/.changelog/737449d1d488411c8bf4736bad40fbf8.json b/.changelog/737449d1d488411c8bf4736bad40fbf8.json deleted file mode 100644 index f704bcb4cd9..00000000000 --- a/.changelog/737449d1d488411c8bf4736bad40fbf8.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "737449d1-d488-411c-8bf4-736bad40fbf8", - "type": "feature", - "description": "This release adds place IDs, which are unique identifiers of places, along with a new GetPlace operation, which can be used with place IDs to find a place again later. UnitNumber and UnitType are also added as new properties of places.", - "modules": [ - "service/location" - ] -} \ No newline at end of file diff --git a/.changelog/b9ff1ad5fe2c4a6cbc23ffac948aae76.json b/.changelog/b9ff1ad5fe2c4a6cbc23ffac948aae76.json deleted file mode 100644 index b6ff6768641..00000000000 --- a/.changelog/b9ff1ad5fe2c4a6cbc23ffac948aae76.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "b9ff1ad5-fe2c-4a6c-bc23-ffac948aae76", - "type": "feature", - "description": "My AWS Service (placeholder) - Amazon Kendra now provides a data source connector for DropBox. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-dropbox.html", - "modules": [ - "service/kendra" - ] -} \ No newline at end of file diff --git a/.changelog/f601042158be4ccdaf9d744982fd947d.json b/.changelog/f601042158be4ccdaf9d744982fd947d.json deleted file mode 100644 index 4b743d740ce..00000000000 --- a/.changelog/f601042158be4ccdaf9d744982fd947d.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "f6010421-58be-4ccd-af9d-744982fd947d", - "type": "feature", - "description": "This release is to support retroactive Cost Categories. The new field will enable you to retroactively apply new and existing cost category rules to previous months.", - "modules": [ - "service/costexplorer" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b40470ebdc..bd3d50f83f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Release (2022-09-27) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/costexplorer`: [v1.21.0](service/costexplorer/CHANGELOG.md#v1210-2022-09-27) + * **Feature**: This release is to support retroactive Cost Categories. The new field will enable you to retroactively apply new and existing cost category rules to previous months. +* `github.com/aws/aws-sdk-go-v2/service/kendra`: [v1.35.0](service/kendra/CHANGELOG.md#v1350-2022-09-27) + * **Feature**: My AWS Service (placeholder) - Amazon Kendra now provides a data source connector for DropBox. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-dropbox.html +* `github.com/aws/aws-sdk-go-v2/service/location`: [v1.19.0](service/location/CHANGELOG.md#v1190-2022-09-27) + * **Feature**: This release adds place IDs, which are unique identifiers of places, along with a new GetPlace operation, which can be used with place IDs to find a place again later. UnitNumber and UnitType are also added as new properties of places. + # Release (2022-09-26) ## General Highlights diff --git a/service/appmesh/CHANGELOG.md b/service/appmesh/CHANGELOG.md index 4ee9a27d9c3..a2bc7c59f97 100644 --- a/service/appmesh/CHANGELOG.md +++ b/service/appmesh/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.2 (2022-09-27) + +* No change notes available for this release. + # v1.16.1 (2022-09-20) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appmesh/go_module_metadata.go b/service/appmesh/go_module_metadata.go index 959f8c00f02..7552b1a470a 100644 --- a/service/appmesh/go_module_metadata.go +++ b/service/appmesh/go_module_metadata.go @@ -3,4 +3,4 @@ package appmesh // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.1" +const goModuleVersion = "1.16.2" diff --git a/service/costexplorer/CHANGELOG.md b/service/costexplorer/CHANGELOG.md index 359da552d96..01da89923c9 100644 --- a/service/costexplorer/CHANGELOG.md +++ b/service/costexplorer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.0 (2022-09-27) + +* **Feature**: This release is to support retroactive Cost Categories. The new field will enable you to retroactively apply new and existing cost category rules to previous months. + # v1.20.1 (2022-09-20) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/costexplorer/go_module_metadata.go b/service/costexplorer/go_module_metadata.go index a8e79f9c29a..8db35111e29 100644 --- a/service/costexplorer/go_module_metadata.go +++ b/service/costexplorer/go_module_metadata.go @@ -3,4 +3,4 @@ package costexplorer // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.1" +const goModuleVersion = "1.21.0" diff --git a/service/emrserverless/CHANGELOG.md b/service/emrserverless/CHANGELOG.md index f5649331355..9665c738cbe 100644 --- a/service/emrserverless/CHANGELOG.md +++ b/service/emrserverless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.4 (2022-09-27) + +* No change notes available for this release. + # v1.2.3 (2022-09-23) * No change notes available for this release. diff --git a/service/emrserverless/go_module_metadata.go b/service/emrserverless/go_module_metadata.go index 5fa9ed608c6..5c133708c40 100644 --- a/service/emrserverless/go_module_metadata.go +++ b/service/emrserverless/go_module_metadata.go @@ -3,4 +3,4 @@ package emrserverless // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.2.3" +const goModuleVersion = "1.2.4" diff --git a/service/kendra/CHANGELOG.md b/service/kendra/CHANGELOG.md index f009e41907a..19b14100062 100644 --- a/service/kendra/CHANGELOG.md +++ b/service/kendra/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.35.0 (2022-09-27) + +* **Feature**: My AWS Service (placeholder) - Amazon Kendra now provides a data source connector for DropBox. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-dropbox.html + # v1.34.1 (2022-09-20) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kendra/go_module_metadata.go b/service/kendra/go_module_metadata.go index 939d74766fa..9e68d8900b5 100644 --- a/service/kendra/go_module_metadata.go +++ b/service/kendra/go_module_metadata.go @@ -3,4 +3,4 @@ package kendra // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.1" +const goModuleVersion = "1.35.0" diff --git a/service/location/CHANGELOG.md b/service/location/CHANGELOG.md index 827ecf50e85..f6de6415921 100644 --- a/service/location/CHANGELOG.md +++ b/service/location/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.0 (2022-09-27) + +* **Feature**: This release adds place IDs, which are unique identifiers of places, along with a new GetPlace operation, which can be used with place IDs to find a place again later. UnitNumber and UnitType are also added as new properties of places. + # v1.18.6 (2022-09-20) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/location/go_module_metadata.go b/service/location/go_module_metadata.go index b02ce0fdd80..f7de592c905 100644 --- a/service/location/go_module_metadata.go +++ b/service/location/go_module_metadata.go @@ -3,4 +3,4 @@ package location // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.18.6" +const goModuleVersion = "1.19.0"