Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thcyron committed Jan 23, 2018
1 parent c41428a commit 402a89d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changes

## master
## v1.2.0

No changes yet.
* Add `WatchProgress()` to action client
* Use correct error code for ratelimit error (deprecated
`ErrorCodeLimitReached`, added `ErrorCodeRateLimitExceeded`)

## v1.1.0

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.1.0"
const Version = "1.2.0"

0 comments on commit 402a89d

Please sign in to comment.