Skip to content

Commit

Permalink
Release v1.37.28 (2021-03-10)
Browse files Browse the repository at this point in the history
===

### Service Client Updates
* `service/accessanalyzer`: Updates service API, documentation, and paginators
* `service/backup`: Updates service API and documentation
* `service/s3`: Updates service API, documentation, and examples
  * Adding ID element to the CORSRule schema
* `service/ssm`: Updates service API and documentation
  * Systems Manager support for tagging OpsMetadata.
  • Loading branch information
awssdkgo committed Mar 10, 2021
1 parent d9bac88 commit b2ac8f9
Show file tree
Hide file tree
Showing 21 changed files with 4,696 additions and 1,068 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release v1.37.28 (2021-03-10)
===

### Service Client Updates
* `service/accessanalyzer`: Updates service API, documentation, and paginators
* `service/backup`: Updates service API and documentation
* `service/s3`: Updates service API, documentation, and examples
* Adding ID element to the CORSRule schema
* `service/ssm`: Updates service API and documentation
* Systems Manager support for tagging OpsMetadata.

Release v1.37.27 (2021-03-09)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.37.27"
const SDKVersion = "1.37.28"
Loading

0 comments on commit b2ac8f9

Please sign in to comment.