diff --git a/changelogs/CHANGELOG.rst b/changelogs/CHANGELOG.rst index ae1df8d..c8d3e35 100644 --- a/changelogs/CHANGELOG.rst +++ b/changelogs/CHANGELOG.rst @@ -4,6 +4,15 @@ Ansible Network Collection for Dell EMC SmartFabric OS10 Release Notes .. contents:: Topics +v1.2.4 +====== + +Bugfixes +-------- + +- Fixed old netcommon depedency version(2.6.1) to ansible.netcommon 4.1.0 (https://github.com/ansible-collections/dellemc.os10/issues/147) + + v1.2.3 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index d6ecb0c..c846768 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -184,3 +184,14 @@ releases: that have been added after the release of ``dellemc.os10`` 1.2.2.' release_date: '2023-11-09' + 1.2.4: + changes: + bugfixes: + - Fixed old netcommon depedency version(2.6.1) to ansible.netcommon version 4.1.0 (https://github.com/ansible-collections/dellemc.os10/issues/147) + release_summary: 'This is the bug fix of the ``dellemc.os10`` collection. + + This changelog contains all changes to the modules in this collection + + that have been added after the release of ``dellemc.os10`` 1.2.3.' + release_date: '2024-01-12' + diff --git a/galaxy.yml b/galaxy.yml index 05a011f..f912d65 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -4,7 +4,7 @@ authors: - Shreeja R - Prasada Reddy dependencies: - ansible.netcommon: '>=2.0.0,<3.0.0' + ansible.netcommon: '>=2.0.0,<5.0.0' description: Ansible Network Collection for Dell EMC SmartFabric OS10 license_file: LICENSE name: os10