diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e9eff3c..6382d02 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Hetzner Cloud Ansible Collection Release Notes .. contents:: Topics +v1.12.0 +======= + +Minor Changes +------------- + +- hcloud_server_type_info - Add field included_traffic to returned server types + +Breaking Changes / Porting Guide +-------------------------------- + +- hcloud-python 1.20.0 is now required for full compatibility + v1.11.0 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 0a4f123..809c0cb 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -97,6 +97,15 @@ releases: fragments: - arm-features.yaml release_date: '2023-04-11' + 1.12.0: + changes: + breaking_changes: + - hcloud-python 1.20.0 is now required for full compatibility + minor_changes: + - hcloud_server_type_info - Add field included_traffic to returned server types + fragments: + - server-type-included-traffic.yml + release_date: '2023-05-16' 1.2.0: changes: minor_changes: diff --git a/galaxy.yml b/galaxy.yml index 8b41d97..8d5f772 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: hetzner name: hcloud -version: 1.11.0 +version: 1.12.0 readme: README.md authors: - Hetzner Cloud (github.com/hetznercloud)