diff --git a/ansible_collections/arista/cvp/CHANGELOG.rst b/ansible_collections/arista/cvp/CHANGELOG.rst index f82559ca5..0faa64a01 100644 --- a/ansible_collections/arista/cvp/CHANGELOG.rst +++ b/ansible_collections/arista/cvp/CHANGELOG.rst @@ -5,6 +5,20 @@ Arista.Cvp Release Notes .. contents:: Topics +v3.10.1 +======= + +Release Summary +--------------- + +Release 3.10.1 - See documentation on cvp.avd.sh for details. + + +Bugfixes +-------- + +- Update documentation with new collection requirements + v3.10.0 ======= diff --git a/ansible_collections/arista/cvp/changelogs/.plugin-cache.yaml b/ansible_collections/arista/cvp/changelogs/.plugin-cache.yaml index 4c747a881..8f781a802 100644 --- a/ansible_collections/arista/cvp/changelogs/.plugin-cache.yaml +++ b/ansible_collections/arista/cvp/changelogs/.plugin-cache.yaml @@ -86,4 +86,4 @@ plugins: strategy: {} test: {} vars: {} -version: 3.10.0 +version: 3.10.1 diff --git a/ansible_collections/arista/cvp/changelogs/changelog.yaml b/ansible_collections/arista/cvp/changelogs/changelog.yaml index 528b1d48b..cf61af382 100644 --- a/ansible_collections/arista/cvp/changelogs/changelog.yaml +++ b/ansible_collections/arista/cvp/changelogs/changelog.yaml @@ -10,6 +10,16 @@ releases: fragments: - v3.10.0.yml release_date: '2023-12-05' + 3.10.1: + changes: + bugfixes: + - Update documentation with new collection requirements + release_summary: 'Release 3.10.1 - See documentation on cvp.avd.sh for details. + + ' + fragments: + - v3.10.1.yml + release_date: '2023-12-06' 3.4.0: changes: bugfixes: diff --git a/ansible_collections/arista/cvp/changelogs/fragments/v3.10.1.yml b/ansible_collections/arista/cvp/changelogs/fragments/v3.10.1.yml deleted file mode 100644 index e127ac92a..000000000 --- a/ansible_collections/arista/cvp/changelogs/fragments/v3.10.1.yml +++ /dev/null @@ -1,5 +0,0 @@ -release_summary: | - Release 3.10.1 - See documentation on cvp.avd.sh for details. - -bugfixes: -- Update documentation with new collection requirements