From 5180ae639dddb402affaf8b4b289da43a20e2d15 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 2 Jun 2021 13:03:10 +0200 Subject: [PATCH] Some further clean up on the log [ci skip] --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a698c21..63ee7bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,17 +9,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.2.1] - 2021-06-02 +### Fixed + - Remove async task handling for network deletion ([#30](https://github.com/ansible-community/molecule-hetznercloud/pull/30), credit @ggggut) ## [1.2.0] - 2021-06-02 +### Added + - Allow to create networks during test runs ([#29](https://github.com/ansible-community/molecule-hetznercloud/pull/29), thanks @ggggut!) ## [1.1.0] - 2021-03-30 ## Changed -- Relaxed bounds on Molecule to allow all versions < v4 ([#27](https://github.com/ansible-community/molecule-hetznercloud/pull/27)) +- Relaxed bounds on Molecule to allow all versions less than `v4` ([#27](https://github.com/ansible-community/molecule-hetznercloud/pull/27)) ## [1.0.0] - 2021-01-06 @@ -37,7 +41,7 @@ tracker so that we can mention them here. ## [0.2.2] - 2020-06-15 -## Fixed +### Fixed - Point to an open issue tracker