diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 525cbb1e..8df4b7c4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,20 @@ Community RouterOS Release Notes .. contents:: Topics +v1.0.0 +====== + +Release Summary +--------------- + +This is the first production (non-prerelease) release of ``community.routeros``. + + +Bugfixes +-------- + +- routeros terminal plugin - allow slashes in hostnames for terminal detection. Without this, slashes in hostnames will result in connection timeouts (https://github.com/ansible-collections/community.network/pull/138). + v0.1.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index dde80564..e05249d3 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -25,3 +25,15 @@ releases: - 0.1.1.yml - 3-api-ssl.yml release_date: '2020-10-31' + 1.0.0: + changes: + bugfixes: + - routeros terminal plugin - allow slashes in hostnames for terminal detection. + Without this, slashes in hostnames will result in connection timeouts (https://github.com/ansible-collections/community.network/pull/138). + release_summary: 'This is the first production (non-prerelease) release of ``community.routeros``. + + ' + fragments: + - 1.0.0.yml + - community.network-138-routeros-allow-slash.yml + release_date: '2020-11-17' diff --git a/changelogs/fragments/1.0.0.yml b/changelogs/fragments/1.0.0.yml deleted file mode 100644 index 3b682e67..00000000 --- a/changelogs/fragments/1.0.0.yml +++ /dev/null @@ -1,2 +0,0 @@ -release_summary: | - This is the first production (non-prerelease) release of ``community.routeros``. diff --git a/changelogs/fragments/community.network-138-routeros-allow-slash.yml b/changelogs/fragments/community.network-138-routeros-allow-slash.yml deleted file mode 100644 index a28f7a46..00000000 --- a/changelogs/fragments/community.network-138-routeros-allow-slash.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- "routeros terminal plugin - allow slashes in hostnames for terminal detection. Without this, slashes in hostnames will result in connection timeouts (https://github.com/ansible-collections/community.network/pull/138)."