diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 966eb074..fb85a353 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Openstack Cloud Ansilbe modules Release Notes .. contents:: Topics +v1.7.2 +====== + +Release Summary +--------------- + +Bugfixes + +Bugfixes +-------- + +- Fix collection guidelines + v1.7.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index cca4c8c2..8d5afd07 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -313,3 +313,9 @@ releases: - lb_member - Add monitor_[address,port] parameter release_summary: Bugfixes release_date: '2022-03-08' + 1.7.2: + changes: + bugfixes: + - Fix collection guidelines + release_summary: Bugfixes + release_date: '2022-03-10' diff --git a/galaxy.yml b/galaxy.yml index fde97146..9b5f526a 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -33,4 +33,4 @@ build_ignore: - ansible_collections_openstack.egg-info - contrib - changelogs -version: 1.7.1 +version: 1.7.2