Skip to content

Commit

Permalink
Prepare v1.8.1 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
LKaemmerling authored Jun 29, 2020
1 parent 5556ecb commit 2dd6b24
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
History
=======

master (XXXX-XX-XX)
v1.8.1 (2020-06-29)
--------------------

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

1.8.0 (2020-06-22)
--------------------

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


Expand Down
2 changes: 1 addition & 1 deletion hcloud/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '1.8.0'
VERSION = '1.8.1'
2 changes: 1 addition & 1 deletion tests/unit/load_balancers/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from hcloud.load_balancers.client import BoundLoadBalancer, LoadBalancersClient

from hcloud.load_balancers.domain import LoadBalancerAlgorithm, LoadBalancerHealtCheckHttp, LoadBalancerHealthCheck, \
from hcloud.load_balancers.domain import LoadBalancerAlgorithm, LoadBalancerHealthCheck, \
LoadBalancerService, LoadBalancerTarget
from hcloud.actions.client import BoundAction

Expand Down

0 comments on commit 2dd6b24

Please sign in to comment.