From 079ba357d4cb1a16688dda0004afb75bfe573619 Mon Sep 17 00:00:00 2001 From: jillr Date: Wed, 2 Sep 2020 20:56:39 +0000 Subject: [PATCH] Refresh changelog --- CHANGELOG.rst | 5 +++++ changelogs/changelog.yaml | 3 +++ 2 files changed, 8 insertions(+) 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'