Skip to content

Commit

Permalink
Merge pull request #56 from ddymko/release-0.1.7
Browse files Browse the repository at this point in the history
release for v0.1.7
  • Loading branch information
ddymko authored Oct 17, 2019
2 parents 2283d31 + 246da1e commit 1352197
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [v0.1.7](https://github.com/vultr/vultr-cli/compare/v0.1.6..v0.1.7) (2019-10-17)
### Enhancements
* Bump GoVultr to v0.1.5 [PR 55](https://github.com/vultr/vultr-cli/pull/55)


## [v0.1.6](https://github.com/vultr/vultr-cli/compare/v0.1.5..v0.1.6) (2019-09-04)
### Enhancements
* Print the original API error messages in [PR 50](https://github.com/vultr/vultr-cli/pull/50) && [PR 52](https://github.com/vultr/vultr-cli/pull/52)
Expand Down Expand Up @@ -38,4 +43,4 @@

## v0.1.0 (2019-06-24)
### Features
* Initial release
* Initial release
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ var versionCmd = &cobra.Command{
}

func version() string {
return "Vultr-cli v0.1.6"
return "Vultr-cli v0.1.7"
}

0 comments on commit 1352197

Please sign in to comment.