diff --git a/ansible_collections/arista/cvp/changelogs/fragments/.gitkeep b/ansible_collections/arista/cvp/changelogs/fragments/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/ansible_collections/arista/cvp/changelogs/fragments/v3.10.1.yml b/ansible_collections/arista/cvp/changelogs/fragments/v3.10.1.yml new file mode 100644 index 000000000..e127ac92a --- /dev/null +++ b/ansible_collections/arista/cvp/changelogs/fragments/v3.10.1.yml @@ -0,0 +1,5 @@ +release_summary: | + Release 3.10.1 - See documentation on cvp.avd.sh for details. + +bugfixes: +- Update documentation with new collection requirements diff --git a/ansible_collections/arista/cvp/changelogs/fragments_backup/v3.10.1.yml b/ansible_collections/arista/cvp/changelogs/fragments_backup/v3.10.1.yml new file mode 100644 index 000000000..e127ac92a --- /dev/null +++ b/ansible_collections/arista/cvp/changelogs/fragments_backup/v3.10.1.yml @@ -0,0 +1,5 @@ +release_summary: | + Release 3.10.1 - See documentation on cvp.avd.sh for details. + +bugfixes: +- Update documentation with new collection requirements diff --git a/ansible_collections/arista/cvp/docs/release-notes/v3.x.md b/ansible_collections/arista/cvp/docs/release-notes/v3.x.md index 88e9d0468..7d9f35967 100644 --- a/ansible_collections/arista/cvp/docs/release-notes/v3.x.md +++ b/ansible_collections/arista/cvp/docs/release-notes/v3.x.md @@ -14,6 +14,14 @@ - On premise version higher than 2021.3.0 - CloudVision as a Service +## Release 3.10.1 + +Full release note available on [github](https://github.com/aristanetworks/ansible-cvp/releases/tag/v3.10.1) + +### Documentation + +- Update documentation with new collection requirements + ## Release 3.10.0 Full release note available on [github](https://github.com/aristanetworks/ansible-cvp/releases/tag/v3.10.0) diff --git a/ansible_collections/arista/cvp/galaxy.yml b/ansible_collections/arista/cvp/galaxy.yml index f432f38d0..601cd44f4 100644 --- a/ansible_collections/arista/cvp/galaxy.yml +++ b/ansible_collections/arista/cvp/galaxy.yml @@ -7,7 +7,7 @@ namespace: arista name: cvp # The version of the collection. Must be compatible with semantic versioning -version: 3.10.0 +version: 3.10.1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md