diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ca75bd25..10267204 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,11 @@ History ======= +1.7.1 (2020-06-55) +-------------------- + +* Feature: Add requests 2.23 support + 1.7.0 (2020-06-05) -------------------- @@ -39,7 +44,7 @@ History * Fix: Documentation for `NetworkRoute` domain was missing -* Fix: `requests` dependency requirement was to0 strict +* Fix: `requests` dependency requirement was to strict 1.4.0 (2019-07-29) ------------------ diff --git a/hcloud/__version__.py b/hcloud/__version__.py index 81af4830..f4dc8dec 100644 --- a/hcloud/__version__.py +++ b/hcloud/__version__.py @@ -1 +1 @@ -VERSION = '1.7.0' +VERSION = '1.7.1'