Skip to content

Commit

Permalink
Merge pull request #54 from ddymko/release-0.3.1
Browse files Browse the repository at this point in the history
release for v0.3.1
  • Loading branch information
ddymko committed Mar 11, 2020
2 parents 4d7aa75 + f7fbf68 commit da33189
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.3.1](https://github.com/vultr/govultr/compare/v0.3.0..v0.3.1) (2020-03-11)
### Enhancement
* Added support for Load Balancers SSL Calls [#53](https://github.com/vultr/govultr/pull/53)
### Bug Fix
* Fixed InstanceList type from string to int [#50](https://github.com/vultr/govultr/pull/50)
* Fixed struct json marshalling issue [#48](https://github.com/vultr/govultr/pull/48)
### Dependencies
* go-retryablehttp 0.6.3 -> 0.6.4 [#51](https://github.com/vultr/govultr/pull/51)

## [v0.3.0](https://github.com/vultr/govultr/compare/v0.2.0..v0.3.0) (2020-02-24)
### Enhancement
* Added support for Load Balancers [#44](https://github.com/vultr/govultr/pull/44)
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.3.0"
version = "0.3.1"
defaultBase = "https://api.vultr.com"
userAgent = "govultr/" + version
rateLimit = 600 * time.Millisecond
Expand Down

0 comments on commit da33189

Please sign in to comment.