diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3f010d6..42a95f8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,6 +8,11 @@ ansible.posix Release Notes v1.1.1 ====== +Minor Changes +------------- + +- skippy - fixed the deprecation warning (by date) for skippy callback plugin + Bugfixes -------- diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 2169838..3a58d62 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -97,6 +97,9 @@ releases: changes: bugfixes: - Fix synchronize to work with renamed docker and buildah connection plugins. + minor_changes: + - skippy - fixed the deprecation warning (by date) for skippy callback plugin fragments: - 74_synchronize_docker.yml + - skippy_deprecation.yml release_date: '2020-09-02'