diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3a62911..56a5d97 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,29 @@ Hetzner Cloud Ansible Collection Release Notes .. contents:: Topics +v6.2.0 +====== + +Release Summary +--------------- + +**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 `__. + +See the +`changelog `__ +for more details. + +Minor Changes +------------- + +- DNS support is now generally available. + v6.1.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index a9a9970..169a80f 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -786,3 +786,30 @@ releases: - firewall-rules-ipv6-idempotency.yml - txt-record-filter.yml release_date: '2025-11-05' + 6.2.0: + changes: + minor_changes: + - DNS support is now generally available. + release_summary: '**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 `__. + + + See the + + `changelog `__ + + for more details. + + ' + fragments: + - dns-support-generally-available.yml + release_date: '2025-11-10' diff --git a/changelogs/fragments/dns-support-generally-available.yml b/changelogs/fragments/dns-support-generally-available.yml deleted file mode 100644 index 463fb23..0000000 --- a/changelogs/fragments/dns-support-generally-available.yml +++ /dev/null @@ -1,15 +0,0 @@ -release_summary: | - **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 `__. - - See the - `changelog `__ - for more details. - -minor_changes: - - DNS support is now generally available.