diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1f5b1627..a18942ee 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,21 @@ Community PostgreSQL Collection Release Notes .. contents:: Topics +v3.14.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_alter_system - fix failure when max_val contains a huge number written in scientific notation (https://github.com/ansible-collections/community.postgresql/issues/853). + v3.14.0 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index f5c029dc..28385bdb 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -783,6 +783,20 @@ releases: - 1-deprecate_rename.yml - 3.14.0.yml release_date: '2025-04-15' + 3.14.1: + changes: + bugfixes: + - postgresql_alter_system - fix failure when max_val contains a huge number + written in scientific notation (https://github.com/ansible-collections/community.postgresql/issues/853). + 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: + - 0-alter_system.yml + - 3.14.1.yml + release_date: '2025-05-16' 3.2.0: changes: bugfixes: diff --git a/changelogs/fragments/0-alter_system.yml b/changelogs/fragments/0-alter_system.yml deleted file mode 100644 index e09382c0..00000000 --- a/changelogs/fragments/0-alter_system.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- postgresql_alter_system - fix failure when max_val contains a huge number written in scientific notation (https://github.com/ansible-collections/community.postgresql/issues/853). diff --git a/galaxy.yml b/galaxy.yml index 7fc72445..b4697fcb 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: postgresql -version: 3.14.0 +version: 3.14.1 readme: README.md authors: - Ansible PostgreSQL community