diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dc5b1b34..8ba869d7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,14 @@ OPNsense Collection Release Notes .. contents:: Topics +v1.2.1 +====== + +Bugfixes +-------- + +- firewall_rules_utils - Handle additional XML attributes for the firewall rule objects from the config. + v1.2.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index cf81ac60..fe62c4f1 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -67,3 +67,11 @@ releases: name: system_high_availability_settings namespace: '' release_date: '2024-06-28' + 1.2.1: + changes: + bugfixes: + - firewall_rules_utils - Handle additional XML attributes for the firewall rule + objects from the config. + fragments: + - 143-add-extra-attributes-to-firewall-rules.yml + release_date: '2024-08-05' diff --git a/changelogs/fragments/143-add-extra-attributes-to-firewall-rules.yml b/changelogs/fragments/143-add-extra-attributes-to-firewall-rules.yml deleted file mode 100644 index 615c7d6b..00000000 --- a/changelogs/fragments/143-add-extra-attributes-to-firewall-rules.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - firewall_rules_utils - Handle additional XML attributes fo the firewall rule objects from the config. \ No newline at end of file diff --git a/galaxy.yml b/galaxy.yml index 6f25b839..83064a60 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: puzzle name: opnsense -version: 1.2.0 +version: 1.2.1 readme: README.md authors: - Lukas Grimm (github.com/ombre8)