diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3b0e85940..8eced23dd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,22 @@ Community PostgreSQL Collection Release Notes .. contents:: Topics +v2.1.5 +====== + +Release Summary +--------------- + +This is the bugfix release of the ``community.postgresql`` collection. +This changelog contains all changes to the modules in this collection that +have been added after the release of ``community.postgresql`` 2.1.4 + +Bugfixes +-------- + +- Include ``PSF-license.txt`` file for ``plugins/module_utils/_version.py``. +- collection core functions - fix attribute error `nonetype` by always calling `ensure_required_libs` (https://github.com/ansible-collections/community.postgresql/issues/252). + v2.1.4 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 21e5dbbd4..476f8bc29 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -311,3 +311,20 @@ releases: - 2.1.4.yml - remove-2.9-2.10-compatability.yml release_date: '2022-04-28' + 2.1.5: + changes: + bugfixes: + - Include ``PSF-license.txt`` file for ``plugins/module_utils/_version.py``. + - collection core functions - fix attribute error `nonetype` by always calling + `ensure_required_libs` (https://github.com/ansible-collections/community.postgresql/issues/252). + release_summary: 'This is the bugfix release of the ``community.postgresql`` + collection. + + This changelog contains all changes to the modules in this collection that + + have been added after the release of ``community.postgresql`` 2.1.4' + fragments: + - 2.1.5.yml + - 252-fix-none-attribute-error.yml + - psf-license.yml + release_date: '2022-05-16' diff --git a/changelogs/fragments/252-fix-none-attribute-error.yml b/changelogs/fragments/252-fix-none-attribute-error.yml deleted file mode 100644 index b76026554..000000000 --- a/changelogs/fragments/252-fix-none-attribute-error.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- collection core functions - fix attribute error `nonetype` by always calling `ensure_required_libs` (https://github.com/ansible-collections/community.postgresql/issues/252). diff --git a/changelogs/fragments/psf-license.yml b/changelogs/fragments/psf-license.yml deleted file mode 100644 index f8fbc0bdd..000000000 --- a/changelogs/fragments/psf-license.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - Include ``PSF-license.txt`` file for ``plugins/module_utils/_version.py``. diff --git a/galaxy.yml b/galaxy.yml index ffc7fdfcc..6671bed86 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: postgresql -version: 2.1.4 +version: 2.1.5 readme: README.md authors: - Ansible PostgreSQL community