diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index db6cca7..5dab2c5 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"6.0.0"} +{".":"6.1.0"} diff --git a/changelogs/dev-changelog.md b/changelogs/dev-changelog.md index cb34100..2d09871 100644 --- a/changelogs/dev-changelog.md +++ b/changelogs/dev-changelog.md @@ -1,5 +1,18 @@ # Changelog +## [6.1.0](https://github.com/ansible-collections/hetzner.hcloud/compare/6.0.0...6.1.0) (2025-11-05) + + +### Features + +* add `txt_record` filter to format TXT records ([#721](https://github.com/ansible-collections/hetzner.hcloud/issues/721)) ([7ac361a](https://github.com/ansible-collections/hetzner.hcloud/commit/7ac361a9cc35b39b166e5f3afaef4971c43ba013)) +* attach server or load balancer to specific subnet ([#726](https://github.com/ansible-collections/hetzner.hcloud/issues/726)) ([66aaef7](https://github.com/ansible-collections/hetzner.hcloud/commit/66aaef7be4b145364115723f88ce5725f1bc4499)) + + +### Bug Fixes + +* firewall idempotency with ipv6 addresses ([#722](https://github.com/ansible-collections/hetzner.hcloud/issues/722)) ([907a7fd](https://github.com/ansible-collections/hetzner.hcloud/commit/907a7fd73c19fe543be98c69987fd33cd4b465de)), closes [#708](https://github.com/ansible-collections/hetzner.hcloud/issues/708) + ## [6.0.0](https://github.com/ansible-collections/hetzner.hcloud/compare/5.4.0...6.0.0) (2025-10-28) diff --git a/galaxy.yml b/galaxy.yml index eaad561..4cc90bd 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: hetzner name: hcloud -version: 6.0.0 +version: 6.1.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 f11f8c0..271cbfe 100644 --- a/plugins/module_utils/version.py +++ b/plugins/module_utils/version.py @@ -1,3 +1,3 @@ from __future__ import annotations -version = "6.0.0" # x-release-please-version +version = "6.1.0" # x-release-please-version