Skip to content

Commit

Permalink
Merge pull request #60 from ddymko/release-0.1.9
Browse files Browse the repository at this point in the history
release for v0.1.9
  • Loading branch information
ddymko authored Nov 11, 2019
2 parents 42d0d91 + a3743aa commit f11dbc7
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,6 +1,11 @@
# Change Log

## [v0.1.7](https://github.com/vultr/vultr-cli/compare/v0.1.7..v0.1.8) (2019-10-17)
## [v0.1.9](https://github.com/vultr/vultr-cli/compare/v0.1.8..v0.1.9) (2019-11-11)
### Enhancements
* Updating dependency versions [PR 59](https://github.com/vultr/vultr-cli/pull/59)
* GoVultr v0.1.6 now supports retry [PR 59](https://github.com/vultr/vultr-cli/pull/59)

## [v0.1.8](https://github.com/vultr/vultr-cli/compare/v0.1.7..v0.1.8) (2019-10-17)
### Bug fix
* Fix for goreleaser to release homebrew tap [PR 57](https://github.com/vultr/vultr-cli/pull/57)

Expand Down
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.8"
return "Vultr-cli v0.1.9"
}

0 comments on commit f11dbc7

Please sign in to comment.