diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ebd6aa69..1db47c23 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -12,6 +12,7 @@ Bugfixes -------- - fix: follow PEP 440 standard for supported ansible versions (https://github.com/prometheus-community/ansible/pull/46) +- fix: various role argument specs (https://github.com/prometheus-community/ansible/pull/50) v0.1.4 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 8322f5e7..0bb35e00 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -49,8 +49,9 @@ releases: changes: bugfixes: - 'fix: follow PEP 440 standard for supported ansible versions (https://github.com/prometheus-community/ansible/pull/46)' + - 'fix: various role argument specs (https://github.com/prometheus-community/ansible/pull/50)' trivial: - - 'refactor: move yamllint cfg to standard path (https://github.com/prometheus-community/ansible/pull/47)' - 'docs: Remove references to to previous named ansible collection cloudalchemy (https://github.com/prometheus-community/ansible/pull/44)' + - 'refactor: move yamllint cfg to standard path (https://github.com/prometheus-community/ansible/pull/47)' release_date: '2023-03-05'