We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b21bc4 + 1f191e5 commit a090b5fCopy full SHA for a090b5f
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
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
9
## [v0.10.0](https://github.com/linode/linodego/compare/v0.9.2..v0.10.0) (2019-06-25)
10
11
### Breaking Changes
client.go
@@ -27,7 +27,7 @@ const (
27
// APIProto connect to API with http(s)
28
APIProto = "https"
29
// Version of linodego
30
- Version = "0.10.0"
+ Version = "0.10.1"
31
// APIEnvVar environment var to check for API token
32
APIEnvVar = "LINODE_TOKEN"
33
// APISecondsPerPoll how frequently to poll for new Events or Status in WaitFor functions
0 commit comments