diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c410b7bde..dda913ca5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,20 @@ Cisco Nxos Collection Release Notes .. contents:: Topics +v9.2.1 +====== + +Bugfixes +-------- + +- acls - Fix lookup of range port conversion from int to string to allow strings (https://github.com/ansible-collections/cisco.nxos/pull/888). +- facts - Fixes issue where the LLDP neighbor information returns an error when empty. + +Documentation Changes +--------------------- + +- Includes a new support related section in the README. + v9.2.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index a4cf490dd..9d2e83b53 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1221,3 +1221,17 @@ releases: - fix_local_as.yaml - fix_pylint.yaml release_date: "2024-08-19" + 9.2.1: + changes: + bugfixes: + - acls - Fix lookup of range port conversion from int to string to allow strings + (https://github.com/ansible-collections/cisco.nxos/pull/888). + - facts - Fixes issue where the LLDP neighbor information returns an error when + empty. + doc_changes: + - Includes a new support related section in the README. + fragments: + - bugfix_vrf_range_resolution.yml + - lldp_facts.yaml + - readme.yaml + release_date: "2024-08-29" diff --git a/changelogs/fragments/bugfix_vrf_range_resolution.yml b/changelogs/fragments/bugfix_vrf_range_resolution.yml deleted file mode 100644 index ca0106ce5..000000000 --- a/changelogs/fragments/bugfix_vrf_range_resolution.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - "acls - Fix lookup of range port conversion from int to string to allow strings (https://github.com/ansible-collections/cisco.nxos/pull/888)." diff --git a/changelogs/fragments/lldp_facts.yaml b/changelogs/fragments/lldp_facts.yaml deleted file mode 100644 index 89d940a0f..000000000 --- a/changelogs/fragments/lldp_facts.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - facts - Fixes issue where the LLDP neighbor information returns an error when empty. diff --git a/changelogs/fragments/readme.yaml b/changelogs/fragments/readme.yaml deleted file mode 100644 index 754cf19c4..000000000 --- a/changelogs/fragments/readme.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -doc_changes: - - "Includes a new support related section in the README." diff --git a/galaxy.yml b/galaxy.yml index 743f6df6f..494fdf171 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -10,4 +10,4 @@ readme: README.md repository: https://github.com/ansible-collections/cisco.nxos issues: https://github.com/ansible-collections/cisco.nxos/issues tags: [cisco, nxos, networking, nxapi, netconf] -version: 9.2.0 +version: 9.2.1