Skip to content

Commit

Permalink
release for v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ddymko committed May 8, 2020
1 parent f1e6ee2 commit 6e0466e
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

## [v0.4.1](https://github.com/vultr/govultr/compare/v0.4.0..v0.4.1) (2020-05-08)
### Bug Fix
* LoadBalancers: Fix nil pointer in create call [#65](https://github.com/vultr/govultr/pull/65)

## [v0.4.0](https://github.com/vultr/govultr/compare/v0.3.3..v0.4.0) (2020-04-29)
### Enhancement
* LoadBalancers: Proxy protocol is now available as an option [#62](https://github.com/vultr/govultr/pull/62)
Expand Down
2 changes: 1 addition & 1 deletion govultr.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
)

const (
version = "0.4.0"
version = "0.4.1"
defaultBase = "https://api.vultr.com"
userAgent = "govultr/" + version
rateLimit = 600 * time.Millisecond
Expand Down

0 comments on commit 6e0466e

Please # to comment.