Release 1.1.0.

This commit is contained in:
Felix Fontein 2021-01-04 13:20:42 +01:00
parent 992d5b3025
commit 5c11a27345
4 changed files with 24 additions and 4 deletions

View file

@ -47,3 +47,13 @@ releases:
- 1.0.1.yml
- 13-remove-id-restriction-for-api.yaml
release_date: '2020-12-11'
1.1.0:
changes:
minor_changes:
- command - added support for a dash (``-``) in username (https://github.com/ansible-collections/community.routeros/pull/18).
- facts - added support for a dash (``-``) in username (https://github.com/ansible-collections/community.routeros/pull/18).
release_summary: This release allow dashes in usernames for SSH-based modules.
fragments:
- 1.1.0.yml
- 18-support-dashes-in-username.yml
release_date: '2021-01-04'

View file

@ -1 +0,0 @@
release_summary: This release allow dashes in usernames for SSH-based modules.

View file

@ -1,3 +0,0 @@
minor_changes:
- command - added support for a dash (``-``) in username (https://github.com/ansible-collections/community.routeros/pull/18).
- facts - added support for a dash (``-``) in username (https://github.com/ansible-collections/community.routeros/pull/18).