Skip to content

Commit

Permalink
Release v1.36.0 (2020-12-02)
Browse files Browse the repository at this point in the history
===

### Service Client Updates
* `service/customer-profiles`: Adds new service

### SDK Features
* `service/profile`: Remove incorrectly named client package, profile.
  * Removes an incorrectly named service client package `profile` that was included in release, v1.35.37.
  • Loading branch information
awssdkgo committed Dec 2, 2020
1 parent a8aa13e commit a226e8d
Show file tree
Hide file tree
Showing 14 changed files with 10,474 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release v1.36.0 (2020-12-02)
===

### Service Client Updates
* `service/customer-profiles`: Adds new service

### SDK Features
* `service/profile`: Remove incorrectly named client package, profile.
* Removes an incorrectly named service client package `profile` that was included in release, v1.35.37.

Release v1.35.37 (2020-12-01)
===

Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
### SDK Features
* `service/profile`: Remove incorrectly named client package, profile.
* Removes an incorrectly named service client package `profile` that was included in release, v1.35.37.

### SDK Enhancements

Expand Down
12 changes: 12 additions & 0 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.35.37"
const SDKVersion = "1.36.0"
Loading

0 comments on commit a226e8d

Please sign in to comment.