Skip to content

Commit

Permalink
Merge pull request #96 from phillc/version0.10.1
Browse files Browse the repository at this point in the history
version bump 0.10.1
  • Loading branch information
phillc authored Oct 1, 2019
2 parents 1b21bc4 + 1f191e5 commit a090b5f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [v0.10.1](https://github.com/linode/linodego/compare/v0.10.0..v0.10.1) (2019-10-01)

### Fixes

* Fixes panic when API is down #84

## [v0.10.0](https://github.com/linode/linodego/compare/v0.9.2..v0.10.0) (2019-06-25)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const (
// APIProto connect to API with http(s)
APIProto = "https"
// Version of linodego
Version = "0.10.0"
Version = "0.10.1"
// APIEnvVar environment var to check for API token
APIEnvVar = "LINODE_TOKEN"
// APISecondsPerPoll how frequently to poll for new Events or Status in WaitFor functions
Expand Down

0 comments on commit a090b5f

Please sign in to comment.