Skip to content

Commit

Permalink
Merge pull request #10 from ddymko/chglg-0.1.1
Browse files Browse the repository at this point in the history
Chglg 0.1.1
  • Loading branch information
ddymko authored May 20, 2019
2 parents 5b9476e + 9489bd0 commit 9c5a6b9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,19 @@
## v0.1.0 (2019-05-10)
### Features
* Initial release
* Supports all available API endpoints that Vultr has to offer
* Supports all available API endpoints that Vultr has to offer


## [v0.1.1](https://github.com/vultr/govultr/compare/v0.1.0..v0.1.1) (2019-05-20)
### Features
* add `SnapshotID` to ServerOptions as an option during server creation
* bumped default RateLimit from `.2` to `.6` seconds
### Breaking Changes
* Iso
* Renamed all instances of `Iso` to `ISO`.
* BlockStorage
* Renamed `Cost` to `CostPerMonth`
* Renamed `Size` to `SizeGB`
* BareMetal & Server
* Change `SSHKeyID` to `SSHKeyIDs` which are now `[]string` instead of `string`
* Renamed `OS` to `Os`
2 changes: 1 addition & 1 deletion govultr.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

const (
version = "0.1.0"
version = "0.1.1"
defaultBase = "https://api.vultr.com"
userAgent = "govultr/" + version
rateLimit = 600 * time.Millisecond
Expand Down

0 comments on commit 9c5a6b9

Please sign in to comment.