Release 2.16.0.

This commit is contained in:
Felix Fontein 2024-06-16 21:14:03 +02:00
parent d1be11ec08
commit 2f46ff03fd
6 changed files with 129 additions and 92 deletions

View file

@ -371,6 +371,17 @@ releases:
- 278-add_ip_route_rule_path.yml
- 279-add_routing_filter_path.yml
release_date: '2024-04-20'
2.16.0:
changes:
minor_changes:
- api_info, api_modify - add missing path ``/ppp secret`` (https://github.com/ansible-collections/community.routeros/pull/286).
- api_info, api_modify - minor changes ``/interface ethernet`` path fields (https://github.com/ansible-collections/community.routeros/pull/288).
release_summary: Feature release.
fragments:
- 2.16.0.yml
- 286-add_ppp_secret_path.yml
- 288-interface_ethernet_values.yml
release_date: '2024-06-16'
2.2.0:
changes:
bugfixes:

View file

@ -1 +0,0 @@
release_summary: Feature release.

View file

@ -1,2 +0,0 @@
minor_changes:
- api_info, api_modify - add missing path ``/ppp secret`` (https://github.com/ansible-collections/community.routeros/pull/286).

View file

@ -1,2 +0,0 @@
minor_changes:
- api_info, api_modify - minor changes ``/interface ethernet`` path fields (https://github.com/ansible-collections/community.routeros/pull/288).