Skip to content

Commit 2dd6b24

Browse files
authored
Prepare v1.8.1 (#94)
1 parent 5556ecb commit 2dd6b24

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.rst

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

5-
master (XXXX-XX-XX)
5+
v1.8.1 (2020-06-29)
66
--------------------
77

8-
* Breaking Change: The LoadBalancerClient create methods returned only the created Load Balancer instead of the Load Balancer and the create Action.
8+
* Fix Load Balancer Client.
99
* Fix: Unify setting of request parameters within `get_list` methods.
1010

1111
1.8.0 (2020-06-22)
1212
--------------------
1313

14-
* Feature: Add Load Balancers
14+
* Feature: Add Load Balancers **Attention: The Load Balancer support in v1.8.0 is kind of broken. Please use v1.8.1**
1515
* Feature: Add Certificates
1616

1717

hcloud/__version__.py

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

tests/unit/load_balancers/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from hcloud.load_balancers.client import BoundLoadBalancer, LoadBalancersClient
1010

11-
from hcloud.load_balancers.domain import LoadBalancerAlgorithm, LoadBalancerHealtCheckHttp, LoadBalancerHealthCheck, \
11+
from hcloud.load_balancers.domain import LoadBalancerAlgorithm, LoadBalancerHealthCheck, \
1212
LoadBalancerService, LoadBalancerTarget
1313
from hcloud.actions.client import BoundAction
1414

0 commit comments

Comments
 (0)