Skip to content

Commit

Permalink
Merge pull request #56 from ddymko/release-v0.3.2
Browse files Browse the repository at this point in the history
release for v0.3.2
  • Loading branch information
ddymko authored Mar 25, 2020
2 parents 763b1e8 + 8507f4e commit aba1a94
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.3.2](/~https://github.com/vultr/govultr/compare/v0.3.1..v0.3.2) (2020-03-25)
### Enhancement
* Added support to live attach/detach blockstorage [#55](/~https://github.com/vultr/govultr/pull/55)

## [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)
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.1"
version = "0.3.2"
defaultBase = "https://api.vultr.com"
userAgent = "govultr/" + version
rateLimit = 600 * time.Millisecond
Expand Down

0 comments on commit aba1a94

Please sign in to comment.