From b485f11c8b980be6b8a7cf62f57a555b8f6cb371 Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Tue, 17 Oct 2023 09:19:09 +0200 Subject: [PATCH] chore(main): release 2.2.0 --- changelogs/dev-changelog.md | 7 +++++++ galaxy.yml | 2 +- plugins/module_utils/version.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelogs/dev-changelog.md b/changelogs/dev-changelog.md index c795c69a..8fdc5127 100644 --- a/changelogs/dev-changelog.md +++ b/changelogs/dev-changelog.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.0](https://github.com/ansible-collections/hetzner.hcloud/compare/2.1.2...2.2.0) (2023-10-17) + + +### Features + +* add deprecation field to hcloud_iso_info ([#357](https://github.com/ansible-collections/hetzner.hcloud/issues/357)) ([76ef636](https://github.com/ansible-collections/hetzner.hcloud/commit/76ef636f07feb91daa91ecaa17619d10fea7d6e4)) + ## [2.1.2](https://github.com/ansible-collections/hetzner.hcloud/compare/2.1.1...v2.1.2) (2023-10-05) ### Bug Fixes diff --git a/galaxy.yml b/galaxy.yml index 3bb99ecd..46ff1857 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: hetzner name: hcloud -version: 2.1.2 # x-release-please-version +version: 2.2.0 # x-release-please-version readme: README.md authors: - Hetzner Cloud (github.com/hetznercloud) diff --git a/plugins/module_utils/version.py b/plugins/module_utils/version.py index 25c99dbd..c1491a3f 100644 --- a/plugins/module_utils/version.py +++ b/plugins/module_utils/version.py @@ -1 +1 @@ -version = "2.1.2" # x-release-please-version +version = "2.2.0" # x-release-please-version