diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 786f4fa7..7fc8d046 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,24 @@ Community RouterOS Release Notes .. contents:: Topics +v2.5.0 +====== + +Release Summary +--------------- + +Feature and bugfix release. + +Minor Changes +------------- + +- api_info, api_modify - support API paths ``interface ethernet poe``, ``interface gre6``, ``interface vrrp`` and also support all previously missing fields of entries in ``ip dhcp-server`` (https://github.com/ansible-collections/community.routeros/pull/137). + +Bugfixes +-------- + +- api_modify - ``address-pool`` field of entries in API path ``ip dhcp-server`` is not required anymore (https://github.com/ansible-collections/community.routeros/pull/137). + v2.4.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index a9bf925c..76493f3b 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -354,3 +354,17 @@ releases: - 134-command-safemode.yml - 2.4.0.yml release_date: '2022-11-18' + 2.5.0: + changes: + bugfixes: + - api_modify - ``address-pool`` field of entries in API path ``ip dhcp-server`` + is not required anymore (https://github.com/ansible-collections/community.routeros/pull/137). + minor_changes: + - api_info, api_modify - support API paths ``interface ethernet poe``, ``interface + gre6``, ``interface vrrp`` and also support all previously missing fields + of entries in ``ip dhcp-server`` (https://github.com/ansible-collections/community.routeros/pull/137). + release_summary: Feature and bugfix release. + fragments: + - 137-api.yml + - 2.5.0.yml + release_date: '2022-12-04' diff --git a/changelogs/fragments/137-api.yml b/changelogs/fragments/137-api.yml deleted file mode 100644 index 8372c297..00000000 --- a/changelogs/fragments/137-api.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -minor_changes: - - api_info, api_modify - support API paths ``interface ethernet poe``, ``interface gre6``, ``interface vrrp`` and also support all previously missing fields of entries in ``ip dhcp-server`` (https://github.com/ansible-collections/community.routeros/pull/137). -bugfixes: - - api_modify - ``address-pool`` field of entries in API path ``ip dhcp-server`` is not required anymore (https://github.com/ansible-collections/community.routeros/pull/137). diff --git a/changelogs/fragments/2.5.0.yml b/changelogs/fragments/2.5.0.yml deleted file mode 100644 index 80287c3b..00000000 --- a/changelogs/fragments/2.5.0.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Feature and bugfix release.