diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 003e9425..7fccc9fa 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,20 @@ Community RouterOS Release Notes .. contents:: Topics +v1.2.1 +====== + +Release Summary +--------------- + +Bugfix maintenance release. + +Bugfixes +-------- + +- query - fix query function check for ``.id`` vs. ``id`` arguments to not conflict with routeros arguments like ``identity`` (https://github.com/ansible-collections/community.routeros/pull/68, https://github.com/ansible-collections/community.routeros/issues/67). +- routeros cliconf plugin - adjust function signature that was modified in Ansible after creation of this plugin (https://github.com/ansible-collections/community.routeros/pull/43). + v1.2.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 534cbcec..2966f8ab 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -81,3 +81,17 @@ releases: - 37-api-validate-cert-options.yml - ansible-core-_text.yml release_date: '2021-06-29' + 1.2.1: + changes: + bugfixes: + - query - fix query function check for ``.id`` vs. ``id`` arguments to not conflict + with routeros arguments like ``identity`` (https://github.com/ansible-collections/community.routeros/pull/68, + https://github.com/ansible-collections/community.routeros/issues/67). + - routeros cliconf plugin - adjust function signature that was modified in Ansible + after creation of this plugin (https://github.com/ansible-collections/community.routeros/pull/43). + release_summary: Bugfix maintenance release. + fragments: + - 1.2.1.yml + - 43-sanity.yml + - 68-fix-query-id-check.yml + release_date: '2023-01-14' diff --git a/changelogs/fragments/1.2.1.yml b/changelogs/fragments/1.2.1.yml deleted file mode 100644 index b56078d4..00000000 --- a/changelogs/fragments/1.2.1.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Bugfix maintenance release. diff --git a/changelogs/fragments/43-sanity.yml b/changelogs/fragments/43-sanity.yml deleted file mode 100644 index 5c918d12..00000000 --- a/changelogs/fragments/43-sanity.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- "routeros cliconf plugin - adjust function signature that was modified in Ansible after creation of this plugin (https://github.com/ansible-collections/community.routeros/pull/43)." diff --git a/changelogs/fragments/68-fix-query-id-check.yml b/changelogs/fragments/68-fix-query-id-check.yml deleted file mode 100644 index c5abb534..00000000 --- a/changelogs/fragments/68-fix-query-id-check.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "query - fix query function check for ``.id`` vs. ``id`` arguments to not conflict with routeros arguments like ``identity`` (https://github.com/ansible-collections/community.routeros/pull/68, https://github.com/ansible-collections/community.routeros/issues/67)."