From 78751be15408871b9dc85644ab4ad683ebce3dc0 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Wed, 25 Oct 2023 10:20:53 +0200 Subject: [PATCH] Release 5.0.2 commit (#577) --- CHANGELOG.rst | 11 +++++++++++ changelogs/changelog.yaml | 13 +++++++++++++ galaxy.yml | 2 +- 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7f386717..6805773c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,17 @@ Community Network Release Notes This changelog describes changes after version 4.0.0. +v5.0.2 +====== + +Release Summary +--------------- + +This is the mock patch release of the ``community.network`` collection +caused by Galaxy issues. +This changelog contains changes made since release 5.0.0. +See the changelog for version 5.0.1 for details. + v5.0.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 268b77a1..36d66e2a 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -103,3 +103,16 @@ releases: - 516-whitespace-exos-config-defaults.yaml - 517-add-ports-no-refresh-in-exos-facts.yaml release_date: '2023-10-24' + 5.0.2: + changes: + release_summary: 'This is the mock patch release of the ``community.network`` + collection + + caused by Galaxy issues. + + This changelog contains changes made since release 5.0.0. + + See the changelog for version 5.0.1 for details.' + fragments: + - 5.0.2.yml + release_date: '2023-10-25' diff --git a/galaxy.yml b/galaxy.yml index e058c09b..89d816c1 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: network -version: 5.0.1 +version: 5.0.2 readme: README.md authors: - Ansible (https://github.com/ansible)