diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3584c0f8..7b966625 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -12,6 +12,7 @@ Minor Changes ------------- - Add event_command parameter to icinga_service_apply module (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/132) +- Add event_command parameter to service apply playbook to enable usage (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/133) v1.20.1 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index f6f31d46..9a515374 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -31,6 +31,7 @@ releases: changes: minor_changes: - Add event_command parameter to icinga_service_apply module (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/132) + - Add event_command parameter to service apply playbook to enable usage (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/133) trivial: - Docs and tests update (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/131) release_date: '2021-08-16'