From bdaf662c0de125b44cf8d78765646a182d44b61e Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Mon, 17 Nov 2025 14:45:33 +0100 Subject: [PATCH] chore(main): release 6.2.1 --- .github/release-please-manifest.json | 2 +- changelogs/dev-changelog.md | 7 +++++++ galaxy.yml | 2 +- plugins/module_utils/version.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 45dc1c9..0df986f 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"6.2.0"} +{".":"6.2.1"} diff --git a/changelogs/dev-changelog.md b/changelogs/dev-changelog.md index 6162f30..ec626d2 100644 --- a/changelogs/dev-changelog.md +++ b/changelogs/dev-changelog.md @@ -1,5 +1,12 @@ # Changelog +## [6.2.1](https://github.com/ansible-collections/hetzner.hcloud/compare/6.2.0...6.2.1) (2025-11-17) + + +### Bug Fixes + +* zone rrset idempotency ([#737](https://github.com/ansible-collections/hetzner.hcloud/issues/737)) ([79f78fa](https://github.com/ansible-collections/hetzner.hcloud/commit/79f78fae282e7bd4a27722ff82404b35c1756a0f)), closes [#740](https://github.com/ansible-collections/hetzner.hcloud/issues/740) + ## [6.2.0](https://github.com/ansible-collections/hetzner.hcloud/compare/6.1.0...6.2.0) (2025-11-10) diff --git a/galaxy.yml b/galaxy.yml index 50b3714..01e3b2f 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: hetzner name: hcloud -version: 6.2.0 +version: 6.2.1 readme: README.md authors: - Hetzner Cloud (github.com/hetznercloud) diff --git a/plugins/module_utils/version.py b/plugins/module_utils/version.py index fb4cf52..e67add8 100644 --- a/plugins/module_utils/version.py +++ b/plugins/module_utils/version.py @@ -1,3 +1,3 @@ from __future__ import annotations -version = "6.2.0" # x-release-please-version +version = "6.2.1" # x-release-please-version