diff --git a/CHANGES.md b/CHANGES.md index 2afc18e2..f1ca8762 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changes -## master +## v1.18.2 * Retry API requests on conflict error diff --git a/hcloud/hcloud.go b/hcloud/hcloud.go index 1e209783..dba9e014 100644 --- a/hcloud/hcloud.go +++ b/hcloud/hcloud.go @@ -2,4 +2,4 @@ package hcloud // Version is the library's version following Semantic Versioning. -const Version = "1.18.1" +const Version = "1.18.2"