From 2707cc339a0ad61dc558b808e305075e4c24fca5 Mon Sep 17 00:00:00 2001 From: dcn-ecosystem Date: Sat, 13 Jul 2024 02:24:11 +0000 Subject: [PATCH] [ignore] Update Changelog for new release (v2.10.1) --- CHANGELOG.rst | 14 ++++++++++++++ changelogs/changelog.yaml | 12 ++++++++++++ galaxy.yml | 2 +- 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d09635bfb..664fd2160 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,20 @@ Cisco ACI Ansible Collection Release Notes .. contents:: Topics +v2.10.1 +======= + +Release Summary +--------------- + +Release v2.10.1 of the ``ansible-aci`` collection on 2024-07-12. +This changelog describes all changes made to the modules and plugins included in this collection since v2.10.0. + +Bugfixes +-------- + +- Remove duplicate alias name for attribute epg in aci_epg_subnet module + v2.10.0 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 3a37d2131..36a1c534b 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -249,6 +249,18 @@ releases: " release_date: "2024-06-13" + 2.10.1: + changes: + bugfixes: + - Remove duplicate alias name for attribute epg in aci_epg_subnet module + release_summary: + "Release v2.10.1 of the ``ansible-aci`` collection on 2024-07-12. + + This changelog describes all changes made to the modules and plugins included + in this collection since v2.10.0. + + " + release_date: "2024-07-12" 2.2.0: changes: bugfixes: diff --git a/galaxy.yml b/galaxy.yml index 074651a7d..e33e42aef 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: cisco name: aci # The version of the collection. Must be compatible with semantic versioning -version: 2.10.0 +version: 2.10.1 readme: README.md authors: - Dag Wieers (@dagwieers)