Skip to content

Commit

Permalink
Release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thcyron committed Mar 1, 2018
1 parent b26c750 commit b37849e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changes

## master
## v1.4.0

* Retry all calls that triggered the API ratelimit with exponential backoff
* Slowed down `WatchProgress()` in action client from 100ms polling intervall to 500ms
* Retry all calls that triggered the API ratelimit
* Slow down `WatchProgress()` in action client from 100ms polling interval to 500ms

## v1.3.1

Expand Down
2 changes: 1 addition & 1 deletion hcloud/hcloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
package hcloud

// Version is the library's version following Semantic Versioning.
const Version = "1.3.1"
const Version = "1.4.0"

0 comments on commit b37849e

Please sign in to comment.