diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5793b717..57e9ebce 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,20 @@ Openstack Cloud Ansilbe modules Release Notes .. contents:: Topics +v1.5.3 +====== + +Release Summary +--------------- + +Bugfixes + +Bugfixes +-------- + +- Don't require allowed_address_pairs for port +- server_volume - check specified server is found + v1.5.2 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 2914acc6..e303139e 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -259,3 +259,10 @@ releases: - Move CI to use Ansible 2.12 version as main release_summary: Bugfixes release_date: '2021-11-09' + 1.5.3: + changes: + bugfixes: + - Don't require allowed_address_pairs for port + - server_volume - check specified server is found + release_summary: Bugfixes + release_date: '2021-11-11' diff --git a/galaxy.yml b/galaxy.yml index 3656616c..8099ebfe 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -33,4 +33,4 @@ build_ignore: - ansible_collections_openstack.egg-info - contrib - changelogs -version: 1.5.2 +version: 1.5.3