diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4bf3dec7..cd152dbc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ T_Systems_Mms.Icinga_Director Release Notes .. contents:: Topics +v1.30.0 +======= + +Minor Changes +------------- + +- Add action_group to enable module default groups (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/175) + v1.29.1 ======= diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index a128d694..2a7e7738 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -207,4 +207,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 1.29.1 +version: 1.30.0 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 26366920..0be425ff 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -147,7 +147,17 @@ releases: changes: trivial: - 'chore(deps): update actions/checkout action to v3.0.2 (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/171)' - - 'chore(deps): update github/codeql-action action to v2 (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/172)' - 'chore(deps): update actions/setup-python action to v4 (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/173)' + - 'chore(deps): update github/codeql-action action to v2 (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/172)' - fix release workflow (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/174) release_date: '2022-04-21' + 1.30.0: + changes: + minor_changes: + - Add action_group to enable module default groups (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/175) + trivial: + - 'chore(deps): update actions/checkout action to v3.0.2 (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/171)' + - 'chore(deps): update github/codeql-action action to v2 (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/172)' + - 'chore(deps): update actions/setup-python action to v4 (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/173)' + - fix release workflow (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/174) + release_date: '2022-06-16'