Skip to content

Commit

Permalink
Merge pull request #150 from ddymko/release-v2.5.0
Browse files Browse the repository at this point in the history
release for v2.5.0
  • Loading branch information
ddymko authored May 7, 2021
2 parents 3d6106f + 45fcf65 commit b582dde
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Change Log

## [v2.4.1](https://github.com/vultr/vultr-cli/compare/v2.4.0..v2.4.1) (2021-04-12)
### Bug Fixes
* LoadBalancers: fix update issues [PR 145](https://github.com/vultr/vultr-cli/pull/145)
## [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)
* Ability to attach private networks
* Ability to set firewalls
* Get Firewall Rules
* List Firewall Rules

## [v2.4.0](https://github.com/vultr/vultr-cli/compare/v2.3.0..v2.4.0) (2021-04-01)
### Enhancement
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.4.1"
return "Vultr-cli v2.5.0"
}

0 comments on commit b582dde

Please sign in to comment.