From e9517ac3b414f44d56df463f8caff482a1ec0a41 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 9 Aug 2023 13:40:19 +0000 Subject: [PATCH] Update changelog for release 0.0.5 Signed-off-by: github-actions --- CHANGELOG.rst | 8 ++++++++ changelogs/changelog.yaml | 10 ++++++++++ 2 files changed, 18 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e262f23..ffec705 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,14 @@ middleware_automation.amq_streams Release Notes This changelog describes changes after version 0.0.0. +v0.0.5 +====== + +Minor Changes +------------- + +- add remote_src attribute to unarchive: to allow deployment using archive on target `#80 `_ + v0.0.4 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 562adbe..2b2f331 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -115,3 +115,13 @@ releases: - 78.yaml - 79.yaml release_date: '2023-08-08' + 0.0.5: + changes: + minor_changes: + - 'add remote_src attribute to unarchive: to allow deployment using archive + on target `#80 `_ + + ' + fragments: + - 80.yaml + release_date: '2023-08-09'