diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a8e58fb3..846377ee 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,21 @@ Community PostgreSQL Collection Release Notes .. contents:: Topics +v3.9.1 +====== + +Release Summary +--------------- + +This is a patch release of the ``community.postgresql`` collection. +This changelog contains all changes to the modules and plugins in this collection +that have been made after the previous release. + +Bugfixes +-------- + +- postgresql_pg_hba - fixes #777 the module will ignore the 'address' and 'netmask' options again when the contype is 'local' (https://github.com/ansible-collections/community.postgresql/pull/779) + v3.9.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 29f43534..4ddb1c98 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -833,3 +833,17 @@ releases: - 3.9.0.yml - 772-refactoring-pg_hba-module.yml release_date: '2024-12-02' + 3.9.1: + changes: + bugfixes: + - 'postgresql_pg_hba - fixes #777 the module will ignore the ''address'' and + ''netmask'' options again when the contype is ''local'' (https://github.com/ansible-collections/community.postgresql/pull/779)' + release_summary: 'This is a patch release of the ``community.postgresql`` collection. + + This changelog contains all changes to the modules and plugins in this collection + + that have been made after the previous release.' + fragments: + - 3.9.1.yml + - 779-fix-address.yaml + release_date: '2024-12-05' diff --git a/changelogs/fragments/779-fix-address.yaml b/changelogs/fragments/779-fix-address.yaml deleted file mode 100644 index cce1371e..00000000 --- a/changelogs/fragments/779-fix-address.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "postgresql_pg_hba - fixes #777 the module will ignore the 'address' and 'netmask' options again when the contype is 'local' (https://github.com/ansible-collections/community.postgresql/pull/779)" diff --git a/galaxy.yml b/galaxy.yml index b8aa3c0b..8db00fc0 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: postgresql -version: 3.9.0 +version: 3.9.1 readme: README.md authors: - Ansible PostgreSQL community