diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d37ea191..626b0234 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ T_Systems_Mms.Icinga_Director Release Notes .. contents:: Topics +v1.26.0 +======= + +Minor Changes +------------- + +- add option to append arguments to all modules (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/153) + v1.25.1 ======= diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 3c5927be..10ee655a 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -202,4 +202,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 1.25.1 +version: 1.26.0 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index f7f4b125..c3514caa 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -84,3 +84,11 @@ releases: - added duration into our scheduled_downtime task (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/151) - fix call url function (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/154) release_date: '2021-11-24' + 1.26.0: + changes: + minor_changes: + - add option to append arguments to all modules (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/153) + trivial: + - added duration into our scheduled_downtime task (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/151) + - fix call url function (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/154) + release_date: '2021-12-03'