diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4e6c83d6..344cd26e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,15 @@ Cloud.VMware\_Ops Release Notes .. contents:: Topics +v1.5.1 +====== + +Bugfixes +-------- + +- removed experiences setup.yml since experiences are not yet supported +- specified support is limited in the README since the collection is meant to be customized by customers + v1.5.0 ====== diff --git a/changelogs/101-remove-experiences-and-modify-readme.yml b/changelogs/101-remove-experiences-and-modify-readme.yml deleted file mode 100644 index 57fd4dac..00000000 --- a/changelogs/101-remove-experiences-and-modify-readme.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -bugfixes: - - removed experiences setup.yml since experiences are not yet supported - - specified support is limited in the README since the collection is meant to be customized by customers diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index dee11acb..493e7db1 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -191,3 +191,11 @@ releases: - 98_swap_community_cluster_for_vmware.yml - 99_deploy_ovf_template_required_var.yml release_date: '2024-09-16' + 1.5.1: + changes: + bugfixes: + - removed experiences setup.yml since experiences are not yet supported + - specified support is limited in the README since the collection is meant to be customized by customers + fragments: + - 101-remove-experiences-and-modify-readme.yml + release_date: '2024-09-17' \ No newline at end of file diff --git a/galaxy.yml b/galaxy.yml index c6a08d49..622c9f53 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: cloud name: vmware_ops -version: 1.5.0 +version: 1.5.1 readme: README.md authors: - Ansible Cloud Content Team (@redhat-cop)