diff --git a/CHANGELOG.rst b/CHANGELOG.rst index aadda73f..60306c4a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,14 @@ vmware.vmware\_rest Release Notes .. contents:: Topics +v3.2.0 +====== + +Minor Changes +------------- + +- Removed the scenario guides which are pretty much unmaintained and, therefor, possibly outdated and misleading (https://github.com/ansible-collections/vmware.vmware_rest/pull/524). + v3.1.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 4d0d7c3b..1736c393 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -705,3 +705,11 @@ releases: - 510-fix-broken-doc-generation.yml - 513-add-vmware.vmware-for-docs-ci.yaml release_date: '2024-08-21' + 3.2.0: + changes: + minor_changes: + - Removed the scenario guides which are pretty much unmaintained and, therefor, + possibly outdated and misleading (https://github.com/ansible-collections/vmware.vmware_rest/pull/524). + fragments: + - 524-drop-scenaros.yml + release_date: '2024-09-16' diff --git a/changelogs/fragments/524-drop-scenaros.yml b/changelogs/fragments/524-drop-scenaros.yml deleted file mode 100644 index 83560bf6..00000000 --- a/changelogs/fragments/524-drop-scenaros.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -minor_changes: - - Removed the scenario guides which are pretty much unmaintained and, therefor, possibly outdated and misleading - (https://github.com/ansible-collections/vmware.vmware_rest/pull/524). diff --git a/galaxy.yml b/galaxy.yml index c7d0dc7e..803e4e7d 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: vmware name: vmware_rest readme: README.md -version: 3.1.0 +version: 3.2.0 authors: - Ansible (https://github.com/ansible) description: VMware collection for Ansible