From ec06501caa0afed37fe56ef51bd55f31395e572b Mon Sep 17 00:00:00 2001 From: David Dymko Date: Wed, 15 Apr 2020 11:05:38 -0400 Subject: [PATCH 1/2] release for v0.3.3 --- CHANGELOG.md | 4 ++++ govultr.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c8b777..905f928 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/govultr.go b/govultr.go index ca0e510..d31c29a 100644 --- a/govultr.go +++ b/govultr.go @@ -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 From 2e9cb11a2c1311ec22d186ca214318f23368221d Mon Sep 17 00:00:00 2001 From: David Dymko Date: Wed, 15 Apr 2020 11:07:41 -0400 Subject: [PATCH 2/2] typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 905f928..9266980 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## [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) +* 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