Skip to content

Commit

Permalink
Merge pull request #59 from ddymko/release-v0.3.3
Browse files Browse the repository at this point in the history
Release v0.3.3
  • Loading branch information
ddymko authored Apr 15, 2020
2 parents 408cd5a + 2e9cb11 commit fa7d942
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.3](https://github.com/vultr/govultr/compare/v0.3.2..v0.3.3) (2020-04-15)
### Dependencies
* go-retryablehttp 0.6.4 -> 0.6.6 [#58](https://github.com/vultr/govultr/pull/58)

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

0 comments on commit fa7d942

Please # to comment.