diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8df4b7c..e539828 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Community RouterOS Release Notes .. contents:: Topics +v1.0.1 +====== + +Release Summary +--------------- + +Maintenance release with a bugfix for ``api``. + +Bugfixes +-------- + +- api - remove ``id to .id`` as default requirement which conflicts with RouterOS ``id`` configuration parameter (https://github.com/ansible-collections/community.routeros/pull/15). + v1.0.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index e05249d..3a42733 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -37,3 +37,13 @@ releases: - 1.0.0.yml - community.network-138-routeros-allow-slash.yml release_date: '2020-11-17' + 1.0.1: + changes: + bugfixes: + - api - remove ``id to .id`` as default requirement which conflicts with RouterOS + ``id`` configuration parameter (https://github.com/ansible-collections/community.routeros/pull/15). + release_summary: Maintenance release with a bugfix for ``api``. + fragments: + - 1.0.1.yml + - 13-remove-id-restriction-for-api.yaml + release_date: '2020-12-11' diff --git a/changelogs/fragments/1.0.1.yml b/changelogs/fragments/1.0.1.yml deleted file mode 100644 index 7970dc2..0000000 --- a/changelogs/fragments/1.0.1.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Maintenance release with a bugfix for ``api``. diff --git a/changelogs/fragments/13-remove-id-restriction-for-api.yaml b/changelogs/fragments/13-remove-id-restriction-for-api.yaml deleted file mode 100644 index c1ba0db..0000000 --- a/changelogs/fragments/13-remove-id-restriction-for-api.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- api - remove ``id to .id`` as default requirement which conflicts with RouterOS ``id`` configuration parameter (https://github.com/ansible-collections/community.routeros/pull/15).