diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7c9d3c9..d82c58e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Community RouterOS Release Notes .. contents:: Topics +v2.8.2 +====== + +Release Summary +--------------- + +Bugfix release. + +Bugfixes +-------- + +- api_modify, api_info - add missing parameter ``tls`` for the ``tool e-mail`` path (https://github.com/ansible-collections/community.routeros/issues/179, https://github.com/ansible-collections/community.routeros/pull/180). + v2.8.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 48ce5da..e09fa3e 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -436,3 +436,14 @@ releases: - 177-facts-parsing.yml - 2.8.1.yml release_date: '2023-06-14' + 2.8.2: + changes: + bugfixes: + - api_modify, api_info - add missing parameter ``tls`` for the ``tool e-mail`` + path (https://github.com/ansible-collections/community.routeros/issues/179, + https://github.com/ansible-collections/community.routeros/pull/180). + release_summary: Bugfix release. + fragments: + - 180-fix-tls-in-tool-email.yml + - 2.8.2.yml + release_date: '2023-06-19' diff --git a/changelogs/fragments/180-fix-tls-in-tool-email.yml b/changelogs/fragments/180-fix-tls-in-tool-email.yml deleted file mode 100644 index 0a69498..0000000 --- a/changelogs/fragments/180-fix-tls-in-tool-email.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - api_modify, api_info - add missing parameter ``tls`` for the ``tool e-mail`` path (https://github.com/ansible-collections/community.routeros/issues/179, https://github.com/ansible-collections/community.routeros/pull/180). diff --git a/changelogs/fragments/2.8.2.yml b/changelogs/fragments/2.8.2.yml deleted file mode 100644 index 8ce9aa9..0000000 --- a/changelogs/fragments/2.8.2.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Bugfix release.