Skip to content

Commit b97ff73

Browse files
author
Hetzner Cloud Bot
committed
chore(main): release v2.8.0
1 parent eb79524 commit b97ff73

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [v2.8.0](https://github.com/hetznercloud/hcloud-python/releases/tag/v2.8.0)
4+
5+
### Features
6+
7+
- add new `ip_range` param to load balancer `attach_to_network` (#562)
8+
- add new `ip_range` param to server `attach_to_network` (#561)
9+
310
## [v2.7.0](https://github.com/hetznercloud/hcloud-python/releases/tag/v2.7.0)
411

512
[Server Types](https://docs.hetzner.cloud/reference/cloud#server-types) now depend on [Locations](https://docs.hetzner.cloud/reference/cloud#locations).

hcloud/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import annotations
22

3-
__version__ = "2.7.0" # x-releaser-pleaser-version
3+
__version__ = "2.8.0" # x-releaser-pleaser-version

setup.py

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

88
setup(
99
name="hcloud",
10-
version="2.7.0", # x-releaser-pleaser-version
10+
version="2.8.0", # x-releaser-pleaser-version
1111
keywords="hcloud hetzner cloud",
1212
description="Official Hetzner Cloud python library",
1313
long_description=readme,

0 commit comments

Comments
 (0)