Skip to content

Commit 07caaf4

Browse files
authored
Prepare for 1.2.0 (#35)
* Update CHANGELOG.rst * Update __version__.py
1 parent d13a46f commit 07caaf4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
History
33
=======
44

5+
1.2.0 (2019-03-06)
6+
------------------
7+
8+
* Feature: Add `get_by_fingerprint`-method for ssh keys
9+
* Fix: Create Floating IP with location raises an error because no action was given.
10+
511
1.1.0 (2019-02-27)
612
------------------
713

hcloud/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.1.0'
1+
VERSION = '1.2.0'

0 commit comments

Comments
 (0)