diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2832f9a..bc0f576 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,19 @@ Hetzner Cloud Ansible Collection Release Notes .. contents:: Topics +v1.3.0 +====== + +Minor Changes +-------- +- Add firewalls to hcloud_server module + +New Modules +----------- + +- hcloud_firewall - Manage Hetzner Cloud Firewalls + + v1.2.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 7e2c2f5..6e7e796 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -72,3 +72,13 @@ releases: bugfixes: - Inventory Restore Python 2.7 compatibility release_date: '2020-12-16' + 1.3.0: + changes: + minor_changes: + - Add firewalls to hcloud_server module + modules: + - description: Manage Hetzner Cloud Firewalls + name: hcloud_firewall + namespace: '' + release_date: '2021-03-11' +