diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 5dab2c5..45dc1c9 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"6.1.0"} +{".":"6.2.0"} diff --git a/changelogs/dev-changelog.md b/changelogs/dev-changelog.md index 2d09871..6162f30 100644 --- a/changelogs/dev-changelog.md +++ b/changelogs/dev-changelog.md @@ -1,5 +1,12 @@ # Changelog +## [6.2.0](https://github.com/ansible-collections/hetzner.hcloud/compare/6.1.0...6.2.0) (2025-11-10) + + +### Features + +* DNS support is now generally available ([#727](https://github.com/ansible-collections/hetzner.hcloud/issues/727)) ([337067d](https://github.com/ansible-collections/hetzner.hcloud/commit/337067d9dee6acfe8281aee3373d5cb9e724ffb1)) + ## [6.1.0](https://github.com/ansible-collections/hetzner.hcloud/compare/6.0.0...6.1.0) (2025-11-05) diff --git a/galaxy.yml b/galaxy.yml index 4cc90bd..50b3714 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: hetzner name: hcloud -version: 6.1.0 +version: 6.2.0 readme: README.md authors: - Hetzner Cloud (github.com/hetznercloud) diff --git a/plugins/module_utils/version.py b/plugins/module_utils/version.py index 271cbfe..fb4cf52 100644 --- a/plugins/module_utils/version.py +++ b/plugins/module_utils/version.py @@ -1,3 +1,3 @@ from __future__ import annotations -version = "6.1.0" # x-release-please-version +version = "6.2.0" # x-release-please-version