Skip to content

Commit a090b5f

Browse files
authored
Merge pull request #96 from phillc/version0.10.1
version bump 0.10.1
2 parents 1b21bc4 + 1f191e5 commit a090b5f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [v0.10.1](https://github.com/linode/linodego/compare/v0.10.0..v0.10.1) (2019-10-01)
4+
5+
### Fixes
6+
7+
* Fixes panic when API is down #84
8+
39
## [v0.10.0](https://github.com/linode/linodego/compare/v0.9.2..v0.10.0) (2019-06-25)
410

511
### Breaking Changes

client.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const (
2727
// APIProto connect to API with http(s)
2828
APIProto = "https"
2929
// Version of linodego
30-
Version = "0.10.0"
30+
Version = "0.10.1"
3131
// APIEnvVar environment var to check for API token
3232
APIEnvVar = "LINODE_TOKEN"
3333
// APISecondsPerPoll how frequently to poll for new Events or Status in WaitFor functions

0 commit comments

Comments
 (0)