diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2c27660d..0c2b0210 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,11 @@ History ======= +1.1.0 (2019-02-27) +------------------ + +* Feature: Add `STATUS`-constants for server and volume status + 1.0.1 (2019-02-22) ------------------ diff --git a/hcloud/__version__.py b/hcloud/__version__.py index 1dea037c..9cff1bc2 100644 --- a/hcloud/__version__.py +++ b/hcloud/__version__.py @@ -1 +1 @@ -VERSION = '1.0.1' +VERSION = '1.1.0'