Skip to content

Commit

Permalink
Merge pull request #41 from ddymko/release-0.2.0
Browse files Browse the repository at this point in the history
release for v0.2.0
  • Loading branch information
ddymko authored Feb 6, 2020
2 parents 2b075c2 + c54ca15 commit 8b6c7ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Change Log

## [v0.2.0](https://github.com/vultr/govultr/compare/v0.1.7..v0.2.0) (2020-02-06)
### Enhancement
* Added support for Object Storage [#39](https://github.com/vultr/govultr/pull/39)

## [v0.1.7](https://github.com/vultr/govultr/compare/v0.1.6..v0.1.7) (2019-11-11)
### Enhancement
* Version number was missing in v0.1.6 - Attempt was made to fix however it will not work. Cutting new release to remedy this.


## [v0.1.6](https://github.com/vultr/govultr/compare/v0.1.5..v0.1.6) (2019-11-07)
### Enhancement
* Retry rate-limited requests with exponential backoff[#28](https://github.com/vultr/govultr/pull/28)
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.1.7"
version = "0.2.0"
defaultBase = "https://api.vultr.com"
userAgent = "govultr/" + version
rateLimit = 600 * time.Millisecond
Expand Down

0 comments on commit 8b6c7ff

Please sign in to comment.