diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6042ae9..f7a18f2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,20 @@ Community RouterOS Release Notes .. contents:: Topics +v2.2.1 +====== + +Release Summary +--------------- + +Bugfix release. + +Bugfixes +-------- + +- api_modify, api_info - make API path ``ip dhcp-server lease`` support ``server=all`` (https://github.com/ansible-collections/community.routeros/issues/104, https://github.com/ansible-collections/community.routeros/pull/107). +- api_modify, api_info - make API path ``ip dhcp-server network`` support missing options ``boot-file-name``, ``dhcp-option-set``, ``dns-none``, ``domain``, and ``next-server`` (https://github.com/ansible-collections/community.routeros/issues/104, https://github.com/ansible-collections/community.routeros/pull/106). + v2.2.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 2645fa6..f6fd810 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -210,3 +210,18 @@ releases: name: api_modify namespace: '' release_date: '2022-07-31' + 2.2.1: + changes: + bugfixes: + - api_modify, api_info - make API path ``ip dhcp-server lease`` support ``server=all`` + (https://github.com/ansible-collections/community.routeros/issues/104, https://github.com/ansible-collections/community.routeros/pull/107). + - api_modify, api_info - make API path ``ip dhcp-server network`` support missing + options ``boot-file-name``, ``dhcp-option-set``, ``dns-none``, ``domain``, + and ``next-server`` (https://github.com/ansible-collections/community.routeros/issues/104, + https://github.com/ansible-collections/community.routeros/pull/106). + release_summary: Bugfix release. + fragments: + - 106-api-path-ip-dhcp-network.yml + - 107-api-path-ip-dhcp-lease.yml + - 2.2.1.yml + release_date: '2022-08-20' diff --git a/changelogs/fragments/106-api-path-ip-dhcp-network.yml b/changelogs/fragments/106-api-path-ip-dhcp-network.yml deleted file mode 100644 index 4cb64e4..0000000 --- a/changelogs/fragments/106-api-path-ip-dhcp-network.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "api_modify, api_info - make API path ``ip dhcp-server network`` support missing options ``boot-file-name``, ``dhcp-option-set``, ``dns-none``, ``domain``, and ``next-server`` (https://github.com/ansible-collections/community.routeros/issues/104, https://github.com/ansible-collections/community.routeros/pull/106)." diff --git a/changelogs/fragments/107-api-path-ip-dhcp-lease.yml b/changelogs/fragments/107-api-path-ip-dhcp-lease.yml deleted file mode 100644 index b421dc1..0000000 --- a/changelogs/fragments/107-api-path-ip-dhcp-lease.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "api_modify, api_info - make API path ``ip dhcp-server lease`` support ``server=all`` (https://github.com/ansible-collections/community.routeros/issues/104, https://github.com/ansible-collections/community.routeros/pull/107)." diff --git a/changelogs/fragments/2.2.1.yml b/changelogs/fragments/2.2.1.yml deleted file mode 100644 index a14fc0b..0000000 --- a/changelogs/fragments/2.2.1.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Bugfix release. \ No newline at end of file