Skip to content

Commit

Permalink
Release v0.7.0 (2019-01-03) (#261)
Browse files Browse the repository at this point in the history
Services
---
* Synced the V2 SDK with latests AWS service API definitions.

SDK Enhancements
---
* deps: Update SDK to latest go-jmespath ([#254](#254))

SDK Bugs
---
* `internal/ini`: Fix bug on trimming rhs spaces closes ([#260](#260))
  * Fixes a bug trimming RHS spaces not being read correctly from the ini file.
  * Fix [#259](#259)
  • Loading branch information
jasdel authored Jan 3, 2019
1 parent 1e29f93 commit c2b476b
Show file tree
Hide file tree
Showing 181 changed files with 43,531 additions and 3,731 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Release v0.7.0 (2019-01-03)
===

### Services
* Synced the V2 SDK with latests AWS service API definitions.

### SDK Enhancements
* deps: Update SDK to latest go-jmespath ([#254](https://github.com/aws/aws-sdk-go-v2/pull/254))

### SDK Bugs
* `internal/ini`: Fix bug on trimming rhs spaces closes ([#260](https://github.com/aws/aws-sdk-go-v2/pull/260))
* Fixes a bug trimming RHS spaces not being read correctly from the ini file.
* Fix [#259](https://github.com/aws/aws-sdk-go-v2/pull/259)

Release v0.6.0 (2018-12-03)
===

Expand Down
Loading

0 comments on commit c2b476b

Please sign in to comment.