diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0c2b021..91348c4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,12 @@ History ======= +1.2.0 (2019-03-06) +------------------ + +* Feature: Add `get_by_fingerprint`-method for ssh keys +* Fix: Create Floating IP with location raises an error because no action was given. + 1.1.0 (2019-02-27) ------------------ diff --git a/hcloud/__version__.py b/hcloud/__version__.py index 9cff1bc..ee65984 100644 --- a/hcloud/__version__.py +++ b/hcloud/__version__.py @@ -1 +1 @@ -VERSION = '1.1.0' +VERSION = '1.2.0'