diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 17c0905b..94ea748b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,6 +13,11 @@ Minor Changes - enhancement: add `skip_install` variables to various roles (https://github.com/prometheus-community/ansible/pull/74) +Bugfixes +-------- + +- fix: meta-runtime now needs minor in version string (https://github.com/prometheus-community/ansible/pull/84) + v0.3.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 8cb0cbd1..7b1f06b0 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -100,4 +100,6 @@ releases: changes: minor_changes: - 'enhancement: add `skip_install` variables to various roles (https://github.com/prometheus-community/ansible/pull/74)' + bugfixes: + - 'fix: meta-runtime now needs minor in version string (https://github.com/prometheus-community/ansible/pull/84)' release_date: '2023-03-26'