diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index a12c1c7..175e2ae 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"6.3.0"} +{".":"6.4.0"} diff --git a/changelogs/dev-changelog.md b/changelogs/dev-changelog.md index dac7581..3675376 100644 --- a/changelogs/dev-changelog.md +++ b/changelogs/dev-changelog.md @@ -1,5 +1,17 @@ # Changelog +## [6.4.0](https://github.com/ansible-collections/hetzner.hcloud/compare/6.3.0...6.4.0) (2026-01-05) + + +### Features + +* deprecate datacenter in `primary ips` and `servers` ([#773](https://github.com/ansible-collections/hetzner.hcloud/issues/773)) ([10c41f0](https://github.com/ansible-collections/hetzner.hcloud/commit/10c41f032b8f69e7ce18f42a8521152ca9316354)) + + +### Bug Fixes + +* redirect for storage box module must use a fully qualified name ([#767](https://github.com/ansible-collections/hetzner.hcloud/issues/767)) ([55cc1fa](https://github.com/ansible-collections/hetzner.hcloud/commit/55cc1fa3a90c2791d6f3e01163e901ff9836191e)) + ## [6.3.0](https://github.com/ansible-collections/hetzner.hcloud/compare/6.2.1...6.3.0) (2025-12-10) diff --git a/galaxy.yml b/galaxy.yml index d6b3f62..35cf289 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: hetzner name: hcloud -version: 6.3.0 +version: 6.4.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 61b34d8..3612671 100644 --- a/plugins/module_utils/version.py +++ b/plugins/module_utils/version.py @@ -1,3 +1,3 @@ from __future__ import annotations -version = "6.3.0" # x-release-please-version +version = "6.4.0" # x-release-please-version