Prepare 3.6.0.
Some checks are pending
Collection Docs / Build Ansible Docs (push) Waiting to run
Collection Docs / Publish Ansible Docs (push) Blocked by required conditions
execution environment / Build and test EE (ansible-core devel @ RHEL UBI 9) (push) Waiting to run
execution environment / Build and test EE (ansible-core 2.15 @ Rocky Linux 9) (push) Waiting to run
nox / Run extra sanity tests (push) Waiting to run
nox / ansible-test (push) Waiting to run

This commit is contained in:
Felix Fontein 2025-04-20 21:49:40 +02:00
parent 770e4d2c8d
commit 81237dbde4
3 changed files with 3 additions and 2 deletions

View file

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

View file

@ -1,2 +1,2 @@
minor_changes:
- api_modify, api_info - field name change in ``routing bgp connection`` path implemented by RouterOS 7.19 and newer (https://github.com/ansible-collections/community.routeros/pull/360).
- api_info, api_modify - field name change in ``routing bgp connection`` path implemented by RouterOS 7.19 and newer (https://github.com/ansible-collections/community.routeros/pull/360).

View file

@ -7,7 +7,7 @@
namespace: community
name: routeros
version: 3.5.0
version: 3.6.0
readme: README.md
authors:
- Egor Zaitsev (github.com/heuels)