diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 0df986f..a12c1c7 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"6.2.1"} +{".":"6.3.0"} diff --git a/changelogs/dev-changelog.md b/changelogs/dev-changelog.md index ec626d2..dac7581 100644 --- a/changelogs/dev-changelog.md +++ b/changelogs/dev-changelog.md @@ -1,5 +1,12 @@ # Changelog +## [6.3.0](https://github.com/ansible-collections/hetzner.hcloud/compare/6.2.1...6.3.0) (2025-12-10) + + +### Features + +* add support for Storage Boxes ([#676](https://github.com/ansible-collections/hetzner.hcloud/issues/676)) ([5394c6f](https://github.com/ansible-collections/hetzner.hcloud/commit/5394c6f2466d1d30193df643367918dada18be72)) + ## [6.2.1](https://github.com/ansible-collections/hetzner.hcloud/compare/6.2.0...6.2.1) (2025-11-17) diff --git a/galaxy.yml b/galaxy.yml index 01e3b2f..d6b3f62 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: hetzner name: hcloud -version: 6.2.1 +version: 6.3.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 e67add8..61b34d8 100644 --- a/plugins/module_utils/version.py +++ b/plugins/module_utils/version.py @@ -1,3 +1,3 @@ from __future__ import annotations -version = "6.2.1" # x-release-please-version +version = "6.3.0" # x-release-please-version