diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e288070..03ac14c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,17 +16,20 @@ Bug fixes release Major Changes ------------- -- Fix Checkpoint module that was showing 404 error (https://github.com/aruba/aoscx-ansible-collection/issues/33) -- Fix Facts module for 6xxx platforms (https://github.com/aruba/aoscx-ansible-collection/issues/27) -- Fix Static MAC module -- Fix compatibility issue with Ansible version 2.13 (https://github.com/aruba/aoscx-ansible-collection/issues/39) -- Fix for ACL module, delete ACE -- Support for anti-CSRF tokens for REST API +- Fix Checkpoint module that was showing 404 error (https://github.com/aruba/aoscx-ansible-collection/issues/33). +- Fix Facts module for 6xxx platforms (https://github.com/aruba/aoscx-ansible-collection/issues/27). +- Fix Github action Ansible-test (https://github.com/aruba/aoscx-ansible-collection/issues/40). +- Fix Static MAC module. +- Fix compatibility issue with Ansible version 2.13 (https://github.com/aruba/aoscx-ansible-collection/issues/39). +- Fix for ACL module, delete ACE. +- Support for anti-CSRF tokens for REST API. +- Update versions in Ansible-test (https://github.com/aruba/aoscx-ansible-collection/issues/35). Minor Changes ------------- -- Added option to set REST version (10.04, 10.08, 10.09) +- Added option to set REST version (10.04, 10.08, 10.09). +- Fix default string value (https://github.com/aruba/aoscx-ansible-collection/issues/42). v4.1.0 ====== @@ -34,11 +37,11 @@ v4.1.0 Release Summary --------------- -Feature OSPF and bug fixes +Feature OSPF and bug fixes. Major Changes ------------- -- Bug fixes -- Feature not yet supported, Port Security and Speed Duplex -- New feature supported, OSPFv2 and OSPFv3 +- Bug fixes. +- Feature not yet supported, Port Security and Speed Duplex. +- New feature supported, OSPFv2 and OSPFv3. diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index f9cedef..a828029 100755 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -3,21 +3,24 @@ releases: 4.1.0: changes: major_changes: - - Bug fixes - - Feature not yet supported, Port Security and Speed Duplex - - New feature supported, OSPFv2 and OSPFv3 - release_summary: Feature OSPF and bug fixes + - Bug fixes. + - Feature not yet supported, Port Security and Speed Duplex. + - New feature supported, OSPFv2 and OSPFv3. + release_summary: Feature OSPF and bug fixes. release_date: '2022-08-04' 4.1.1: changes: major_changes: - - Fix Checkpoint module that was showing 404 error (https://github.com/aruba/aoscx-ansible-collection/issues/33) - - Fix Facts module for 6xxx platforms (https://github.com/aruba/aoscx-ansible-collection/issues/27) - - Fix Static MAC module - - Fix compatibility issue with Ansible version 2.13 (https://github.com/aruba/aoscx-ansible-collection/issues/39) - - Fix for ACL module, delete ACE - - Support for anti-CSRF tokens for REST API + - Fix Checkpoint module that was showing 404 error (https://github.com/aruba/aoscx-ansible-collection/issues/33). + - Fix Facts module for 6xxx platforms (https://github.com/aruba/aoscx-ansible-collection/issues/27). + - Fix Static MAC module. + - Fix compatibility issue with Ansible version 2.13 (https://github.com/aruba/aoscx-ansible-collection/issues/39). + - Fix for ACL module, delete ACE. + - Support for anti-CSRF tokens for REST API. + - Fix Github action Ansible-test (https://github.com/aruba/aoscx-ansible-collection/issues/40). + - Update versions in Ansible-test (https://github.com/aruba/aoscx-ansible-collection/issues/35). minor_changes: - - Added option to set REST version (10.04, 10.08, 10.09) + - Added option to set REST version (10.04, 10.08, 10.09). + - Fix default string value (https://github.com/aruba/aoscx-ansible-collection/issues/42). release_summary: Bug fixes release release_date: '2022-10-19'