From 54bb69a08210c546aa2180a9ffd88f346811f4ea Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Fri, 16 Jan 2026 14:06:01 +0100 Subject: [PATCH] chore(main): release 6.5.0 --- .github/release-please-manifest.json | 2 +- changelogs/dev-changelog.md | 7 +++++++ galaxy.yml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 175e2ae..2bd9c3e 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"6.4.0"} +{".":"6.5.0"} diff --git a/changelogs/dev-changelog.md b/changelogs/dev-changelog.md index 3675376..63d5896 100644 --- a/changelogs/dev-changelog.md +++ b/changelogs/dev-changelog.md @@ -1,5 +1,12 @@ # Changelog +## [6.5.0](https://github.com/ansible-collections/hetzner.hcloud/compare/6.4.0...6.5.0) (2026-01-16) + + +### Features + +* add name to Storage Box Subaccount ([#787](https://github.com/ansible-collections/hetzner.hcloud/issues/787)) ([2c6dbed](https://github.com/ansible-collections/hetzner.hcloud/commit/2c6dbedec11101a8b034d40f0b3025ce047ed952)) + ## [6.4.0](https://github.com/ansible-collections/hetzner.hcloud/compare/6.3.0...6.4.0) (2026-01-05) diff --git a/galaxy.yml b/galaxy.yml index 35cf289..993a761 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: hetzner name: hcloud -version: 6.4.0 +version: 6.5.0 readme: README.md authors: - Hetzner Cloud (github.com/hetznercloud)