From c8b502dba1ba803f8027d8c1f53ea1294007ad84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=A4mmerling?= Date: Wed, 16 Dec 2020 15:22:10 +0100 Subject: [PATCH] Prepare Release v1.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lukas Kämmerling --- CHANGELOG.rst | 7 +++++++ changelogs/changelog.yaml | 5 +++++ galaxy.yml | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 23568eb..2832f9a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,13 @@ Hetzner Cloud Ansible Collection Release Notes .. contents:: Topics +v1.2.1 +====== + +Bugfixes +-------- +- Inventory Restore Python 2.7 compatibility + v1.2.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 187b199..7e2c2f5 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -67,3 +67,8 @@ releases: name: hcloud_load_balancer_info namespace: '' release_date: '2020-12-01' + 1.2.1: + changes: + bugfixes: + - Inventory Restore Python 2.7 compatibility + release_date: '2020-12-16' diff --git a/galaxy.yml b/galaxy.yml index 822a108..af66d63 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: hetzner name: hcloud -version: 1.2.0 +version: 1.2.1 readme: README.md authors: - Hetzner Cloud (github.com/hetznercloud)