Skip to content

Commit

Permalink
release for v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ddymko committed Aug 24, 2020
1 parent f0aaa9b commit 486b69c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [v0.5.0](https://github.com/vultr/govultr/compare/v0.4.2..v0.5.0) (2020-08-24)
### Enhancement
* Servers: Enable/Disable DDOS Protection [#75](https://github.com/vultr/govultr/pull/75)

### Breaking Changes
* Servers: SetUserData userData param should already be base64 encoded. This call will no longer encode supplied string. [#73](https://github.com/vultr/govultr/pull/73)
* BareMetalServer: SetUserData userData param should already be base64 encoded. This call will no longer encode supplied string. [#73](https://github.com/vultr/govultr/pull/73)

## [v0.4.2](https://github.com/vultr/govultr/compare/v0.4.1..v0.4.2) (2020-06-02)
### Bug Fix
* DNS Records: Allow DNS Records on updates to have priority of 0 [#67](https://github.com/vultr/govultr/pull/67)
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.2"
version = "0.5.0"
defaultBase = "https://api.vultr.com"
userAgent = "govultr/" + version
rateLimit = 600 * time.Millisecond
Expand Down

0 comments on commit 486b69c

Please # to comment.