diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0a344ea..31a28c0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,24 @@ Community RouterOS Release Notes .. contents:: Topics +v2.7.0 +====== + +Release Summary +--------------- + +Bugfix and feature release. + +Minor Changes +------------- + +- api_modify, api_info - support API paths ``ip arp``, ``ip firewall raw``, ``ipv6 firewall raw`` (https://github.com/ansible-collections/community.routeros/pull/144). + +Bugfixes +-------- + +- api_modify, api_info - defaults corrected for fields in ``interface wireguard peers`` API path (https://github.com/ansible-collections/community.routeros/pull/144). + v2.6.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 8b3448c..ad9c9f8 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -384,3 +384,16 @@ releases: - 143-add-wireguard.yml - 2.6.0.yml release_date: '2023-01-01' + 2.7.0: + changes: + bugfixes: + - api_modify, api_info - defaults corrected for fields in ``interface wireguard + peers`` API path (https://github.com/ansible-collections/community.routeros/pull/144). + minor_changes: + - api_modify, api_info - support API paths ``ip arp``, ``ip firewall raw``, + ``ipv6 firewall raw`` (https://github.com/ansible-collections/community.routeros/pull/144). + release_summary: Bugfix and feature release. + fragments: + - 144-paths.yml + - 2.7.0.yml + release_date: '2023-01-14' diff --git a/changelogs/fragments/144-paths.yml b/changelogs/fragments/144-paths.yml deleted file mode 100644 index 6ab6653..0000000 --- a/changelogs/fragments/144-paths.yml +++ /dev/null @@ -1,4 +0,0 @@ -minor_changes: - - api_modify, api_info - support API paths ``ip arp``, ``ip firewall raw``, ``ipv6 firewall raw`` (https://github.com/ansible-collections/community.routeros/pull/144). -bugfixes: - - api_modify, api_info - defaults corrected for fields in ``interface wireguard peers`` API path (https://github.com/ansible-collections/community.routeros/pull/144). diff --git a/changelogs/fragments/2.7.0.yml b/changelogs/fragments/2.7.0.yml deleted file mode 100644 index 754fee6..0000000 --- a/changelogs/fragments/2.7.0.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Bugfix and feature release. \ No newline at end of file