diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 91348c47..cd3dbd75 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,11 @@ History ======= +1.2.1 (2019-03-13) +------------------ + +* Fix: BoundVolume.server server property now casted to the 'BoundServer'. + 1.2.0 (2019-03-06) ------------------ diff --git a/hcloud/__version__.py b/hcloud/__version__.py index ee65984a..f30a0b87 100644 --- a/hcloud/__version__.py +++ b/hcloud/__version__.py @@ -1 +1 @@ -VERSION = '1.2.0' +VERSION = '1.2.1'