diff --git a/changelogs/dev-changelog.md b/changelogs/dev-changelog.md index e46d7775..067cacf9 100644 --- a/changelogs/dev-changelog.md +++ b/changelogs/dev-changelog.md @@ -1,4 +1,14 @@ -# Dev Changelog +# Changelog + +## [2.1.2](https://github.com/ansible-collections/hetzner.hcloud/compare/2.1.1...v2.1.2) (2023-10-04) + + +### Bug Fixes + +* firewall port argument is required with udp or tcp ([#345](https://github.com/ansible-collections/hetzner.hcloud/issues/345)) ([76c1abf](https://github.com/ansible-collections/hetzner.hcloud/commit/76c1abf44764778aa6e11bae57df5ee5f69a947b)) +* invalid field in load_balancer_service health_check.http return data ([#333](https://github.com/ansible-collections/hetzner.hcloud/issues/333)) ([fb35516](https://github.com/ansible-collections/hetzner.hcloud/commit/fb35516e7609fad4dd3fa75138dbc603f83d9aa0)) + +## Dev Changelog > [!WARNING] > For the user changelog, please check out [CHANGELOG.rst](../CHANGELOG.rst) instead. diff --git a/galaxy.yml b/galaxy.yml index dee5f817..3bb99ecd 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: hetzner name: hcloud -version: 2.1.1 # x-release-please-version +version: 2.1.2 # 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 b84aa2d3..25c99dbd 100644 --- a/plugins/module_utils/version.py +++ b/plugins/module_utils/version.py @@ -1 +1 @@ -version = "2.1.1" # x-release-please-version +version = "2.1.2" # x-release-please-version