Skip to content

Commit

Permalink
Release v1.21.7
Browse files Browse the repository at this point in the history
  • Loading branch information
awssdkgo committed Jul 29, 2019
1 parent 60a7f00 commit 384f453
Show file tree
Hide file tree
Showing 9 changed files with 193 additions and 23 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Release v1.21.7 (2019-07-29)
===

### Service Client Updates
* `service/codecommit`: Updates service API and documentation
* This release supports better exception handling for merges.
* `aws/endpoints`: Updated Regions and Endpoints metadata.

Release v1.21.6 (2019-07-26)
===

Expand Down
79 changes: 65 additions & 14 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.21.6"
const SDKVersion = "1.21.7"
Loading

0 comments on commit 384f453

Please sign in to comment.