Skip to content

Commit

Permalink
Release 2.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jul 31, 2022
1 parent fa13c5f commit a66bb78
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 5 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
21 changes: 21 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
4 changes: 0 additions & 4 deletions changelogs/fragments/101-licenses.yml

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/fragments/2.2.0.yml

This file was deleted.

0 comments on commit a66bb78

Please sign in to comment.