From a66bb78d7fa8cda4fb2661e01825eb778717b970 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 31 Jul 2022 22:30:07 +0200 Subject: [PATCH] Release 2.2.0. --- CHANGELOG.rst | 24 ++++++++++++++++++++++++ changelogs/changelog.yaml | 21 +++++++++++++++++++++ changelogs/fragments/101-licenses.yml | 4 ---- changelogs/fragments/2.2.0.yml | 1 - 4 files changed, 45 insertions(+), 5 deletions(-) delete mode 100644 changelogs/fragments/101-licenses.yml delete mode 100644 changelogs/fragments/2.2.0.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8bad8be..6042ae9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,30 @@ Community RouterOS Release Notes .. contents:: Topics +v2.2.0 +====== + +Release Summary +--------------- + +New feature release. + +Minor Changes +------------- + +- All software licenses are now in the ``LICENSES/`` directory of the collection root. Moreover, ``SPDX-License-Identifier:`` is used to declare the applicable license for every file that is not automatically generated (https://github.com/ansible-collections/community.routeros/pull/101). + +Bugfixes +-------- + +- Include ``LICENSES/BSD-2-Clause.txt`` file for the ``routeros`` module utils (https://github.com/ansible-collections/community.routeros/pull/101). + +New Modules +----------- + +- api_info - Retrieve information from API +- api_modify - Modify data at paths with API + v2.1.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 8872b1d..2645fa6 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -189,3 +189,24 @@ releases: name: api_find_and_modify namespace: '' release_date: '2022-05-25' + 2.2.0: + changes: + bugfixes: + - Include ``LICENSES/BSD-2-Clause.txt`` file for the ``routeros`` module utils + (https://github.com/ansible-collections/community.routeros/pull/101). + minor_changes: + - All software licenses are now in the ``LICENSES/`` directory of the collection + root. Moreover, ``SPDX-License-Identifier:`` is used to declare the applicable + license for every file that is not automatically generated (https://github.com/ansible-collections/community.routeros/pull/101). + release_summary: New feature release. + fragments: + - 101-licenses.yml + - 2.2.0.yml + modules: + - description: Retrieve information from API + name: api_info + namespace: '' + - description: Modify data at paths with API + name: api_modify + namespace: '' + release_date: '2022-07-31' diff --git a/changelogs/fragments/101-licenses.yml b/changelogs/fragments/101-licenses.yml deleted file mode 100644 index e54f8a2..0000000 --- a/changelogs/fragments/101-licenses.yml +++ /dev/null @@ -1,4 +0,0 @@ -minor_changes: - - "All software licenses are now in the ``LICENSES/`` directory of the collection root. Moreover, ``SPDX-License-Identifier:`` is used to declare the applicable license for every file that is not automatically generated (https://github.com/ansible-collections/community.routeros/pull/101)." -bugfixes: - - "Include ``LICENSES/BSD-2-Clause.txt`` file for the ``routeros`` module utils (https://github.com/ansible-collections/community.routeros/pull/101)." diff --git a/changelogs/fragments/2.2.0.yml b/changelogs/fragments/2.2.0.yml deleted file mode 100644 index 1a32859..0000000 --- a/changelogs/fragments/2.2.0.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: New feature release.