diff --git a/.changelog/844618181fba4b2abf3e506e8b68701a.json b/.changelog/844618181fba4b2abf3e506e8b68701a.json deleted file mode 100644 index 63bd873a167..00000000000 --- a/.changelog/844618181fba4b2abf3e506e8b68701a.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "84461818-1fba-4b2a-bf3e-506e8b68701a", - "type": "feature", - "description": "AWS CodeBuild now supports using Secrets Manager to store git credentials and using multiple source credentials in a single project.", - "modules": [ - "service/codebuild" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b5896e6d976..2db41af4a05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Release (2024-08-14) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/codebuild`: [v1.41.0](service/codebuild/CHANGELOG.md#v1410-2024-08-14) + * **Feature**: AWS CodeBuild now supports using Secrets Manager to store git credentials and using multiple source credentials in a single project. + # Release (2024-08-13) ## Module Highlights diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index 7a3bf75b79a..a8fcf78db09 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.64 (2024-08-14) + +* No change notes available for this release. + # v1.13.63 (2024-08-13) * No change notes available for this release. diff --git a/feature/dynamodbstreams/attributevalue/go_module_metadata.go b/feature/dynamodbstreams/attributevalue/go_module_metadata.go index 505e79ec5c4..684e2132d65 100644 --- a/feature/dynamodbstreams/attributevalue/go_module_metadata.go +++ b/feature/dynamodbstreams/attributevalue/go_module_metadata.go @@ -3,4 +3,4 @@ package attributevalue // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.10" +const goModuleVersion = "1.13.64" diff --git a/service/codebuild/CHANGELOG.md b/service/codebuild/CHANGELOG.md index 32973e9414a..c6ec0d15a35 100644 --- a/service/codebuild/CHANGELOG.md +++ b/service/codebuild/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.41.0 (2024-08-14) + +* **Feature**: AWS CodeBuild now supports using Secrets Manager to store git credentials and using multiple source credentials in a single project. + # v1.40.3 (2024-07-10.2) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codebuild/go_module_metadata.go b/service/codebuild/go_module_metadata.go index fe2b7faf32f..64c72613ac0 100644 --- a/service/codebuild/go_module_metadata.go +++ b/service/codebuild/go_module_metadata.go @@ -3,4 +3,4 @@ package codebuild // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.40.3" +const goModuleVersion = "1.41.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 5107c217bbd..f411faadb2f 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -17,7 +17,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.25.2 github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.42.3 github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.40.3 - github.com/aws/aws-sdk-go-v2/service/codebuild v1.40.3 + github.com/aws/aws-sdk-go-v2/service/codebuild v1.41.0 github.com/aws/aws-sdk-go-v2/service/codecommit v1.25.0 github.com/aws/aws-sdk-go-v2/service/codedeploy v1.27.3 github.com/aws/aws-sdk-go-v2/service/codepipeline v1.31.0