Skip to content

Commit

Permalink
Merge pull request #152 from ddymko/release-v2.5.1
Browse files Browse the repository at this point in the history
release for v2.5.1
  • Loading branch information
ddymko authored May 12, 2021
2 parents 1e1df2d + 52241eb commit 788ad7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [v2.5.1](https://github.com/vultr/vultr-cli/compare/v2.5.0..v2.5.1) (2021-05-12)
### Dependencies
* GoVultr v2.5.0 -> 2.5.1 (fixes issue with backup schedules) [PR 151](https://github.com/vultr/vultr-cli/pull/151)

## [v2.5.0](https://github.com/vultr/vultr-cli/compare/v2.4.1..v2.5.0) (2021-05-06)
### Enhancement
* LoadBalancers : New Features [149](https://github.com/vultr/vultr-cli/pull/149)
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 v2.5.0"
return "Vultr-cli v2.5.1"
}

0 comments on commit 788ad7e

Please sign in to comment.