diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4ea8be1e..1e99596e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -21,6 +21,7 @@ Bugfixes -------- - Add missing function argument in `grafana_contact_point` for org handling +- Fix var prefixes in silence-task in role v2.0.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index cda1be3c..12ad88fe 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -337,6 +337,7 @@ releases: changes: bugfixes: - Add missing function argument in `grafana_contact_point` for org handling + - Fix var prefixes in silence-task in role deprecated_features: - Deprecate `grafana_notification_channel` with removal in version 3.0.0 minor_changes: @@ -346,4 +347,5 @@ releases: - 379-contact-points-org-name-func-args.yml - 381-sub-folders.yml - 382-notification-channel-deprecation.yml + - patch-1.yaml release_date: '2024-07-03'