Skip to content

Commit

Permalink
Merge pull request #78 from ddymko/release-v0.5.0
Browse files Browse the repository at this point in the history
Release v0.5.0
  • Loading branch information
ddymko authored Aug 25, 2020
2 parents 83ab8ff + 342b1e8 commit cf76562
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [v0.5.0](/~https://github.com/vultr/govultr/compare/v0.4.2..v0.5.0) (2020-08-25)
### 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)
* Servers: AddIPV4 now returns the created IP address. The call also has a new parameter called `reboot` which will let you hold off on rebooting the server. [#77](/~https://github.com/vultr/govultr/pull/77)

## [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 cf76562

Please sign in to comment.