Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.36.7 #3692

Merged
merged 1 commit into from Dec 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
Release v1.36.7 (2020-12-11)
===

### Service Client Updates
* `service/autoscaling`: Updates service API and documentation
* Documentation updates and corrections for Amazon EC2 Auto Scaling API Reference and SDKs.
* `service/cloudtrail`: Updates service API and documentation
* CloudTrailInvalidClientTokenIdException is now thrown when a call results in the InvalidClientTokenId error code. The Name parameter of the AdvancedEventSelector data type is now optional.
* `service/guardduty`: Updates service documentation
* Documentation updates for GuardDuty
* `service/iotsitewise`: Updates service API, documentation, and paginators
* `service/monitoring`: Updates service documentation
* Documentation updates for monitoring
* `service/pi`: Updates service documentation

Release v1.36.6 (2020-12-10)
===

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

// SDKVersion is the version of this SDK
const SDKVersion = "1.36.6"
const SDKVersion = "1.36.7"