Skip to content

Commit

Permalink
Merge pull request aws#1723 from aws/release
Browse files Browse the repository at this point in the history
Release v1.12.57
  • Loading branch information
awstools authored Jan 9, 2018
2 parents 3d07f14 + 5177d71 commit 17fa5fc
Show file tree
Hide file tree
Showing 18 changed files with 1,338 additions and 90 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.12.57 (2018-01-08)
===

### Service Client Updates
* `service/codedeploy`: Updates service API and documentation
* The AWS CodeDeploy API was updated to support DeleteGitHubAccountToken, a new method that deletes a GitHub account connection.
* `service/discovery`: Updates service API and documentation
* Documentation updates for AWS Application Discovery Service.
* `service/route53`: Updates service API and documentation
* This release adds an exception to the CreateTrafficPolicyVersion API operation.

Release v1.12.56 (2018-01-05)
===

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.12.56"
const SDKVersion = "1.12.57"
Loading

0 comments on commit 17fa5fc

Please sign in to comment.