Skip to content

Commit

Permalink
Release v1.38.6 (2021-03-25) (#3836)
Browse files Browse the repository at this point in the history
Service Client Updates
===
* `service/lookoutmetrics`: Fixes handling of API requests.
  * Fix SDK's serialization of request to include expected Content-Type header.
  • Loading branch information
jasdel authored Mar 26, 2021
1 parent ac1d5c5 commit eb01552
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Release v1.38.6 (2021-03-25)
===

### Service Client Updates
* `service/lookoutmetrics`: Fixes handling of API requests.
* Fix SDK's serialization of request to include expected Content-Type header.

Release v1.38.5 (2021-03-25)
===

Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@
### SDK Enhancements

### SDK Bugs
* `service/lookoutmetrics`: Fixes handling of API requests.
* Fix SDK's serialization of request to include expected Content-Type header.

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.38.5"
const SDKVersion = "1.38.6"

0 comments on commit eb01552

Please sign in to comment.