From e1ff8ee582e301c7166852731a7975a3f799d3a3 Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <> Date: Mon, 10 Nov 2025 10:40:05 +0000 Subject: [PATCH] chore(main): release v2.11.0 --- CHANGELOG.md | 14 ++++++++++++++ hcloud/_version.py | 2 +- setup.py | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a945a797..7a238bf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [v2.11.0](https://github.com/hetznercloud/hcloud-python/releases/tag/v2.11.0) + +### DNS API is now generally available + +The DNS API is now generally available, as well as support for features in this project that are related to the DNS API. + +To migrate existing zones to the new DNS API, see the [DNS migration guide](https://docs.hetzner.com/networking/dns/migration-to-hetzner-console/process). + +See the [changelog](https://docs.hetzner.cloud/changelog#2025-11-10-dns-ga) for more details. + +### Features + +- DNS support is now generally available (#581) + ## [v2.10.0](https://github.com/hetznercloud/hcloud-python/releases/tag/v2.10.0) ### Features diff --git a/hcloud/_version.py b/hcloud/_version.py index fc2e4180..e7c314f9 100644 --- a/hcloud/_version.py +++ b/hcloud/_version.py @@ -1,3 +1,3 @@ from __future__ import annotations -__version__ = "2.10.0" # x-releaser-pleaser-version +__version__ = "2.11.0" # x-releaser-pleaser-version diff --git a/setup.py b/setup.py index b6d08831..2945d2f4 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="hcloud", - version="2.10.0", # x-releaser-pleaser-version + version="2.11.0", # x-releaser-pleaser-version keywords="hcloud hetzner cloud", description="Official Hetzner Cloud python library", long_description=readme,