diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 53d1faefa72a4a8822bc7515e3abcfe7fc730e33..136043569684f30c8034a7252dc6a3472c45e19a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -105,3 +105,12 @@ Bugfixes - executing meta 'flush_handlers' fails - role variables from role variable cache of host are not avialable - added args validation to sdm role + +v2.0.1 +====== + +Bugfixes +-------- + +- Ansible crashes when loading non-existent task files +- return does not skip following tasks if return option of calling task is missing diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index f3066b325b6c7ada5e697e80f6c4b5ef34e29ce4..4ca050a9d01adf77a5c039641b27a1298b91c7b2 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -68,3 +68,10 @@ releases: - role variables from role variable cache of host are not avialable - added args validation to sdm role release_date: '2022-02-22' + + 2.0.1: + changes: + bugfixes: + - Ansible crashes when loading non-existent task files + - return does not skip following tasks if return option of calling task is missing + release_date: '2022-03-02