diff --git a/CHANGELOG.md b/CHANGELOG.md index 08067d3e..6f04a2b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ v5.7.0 New Modules ----------- +- networktocode.nautobot.controller_managed_device_groups - Creates or removes controller managed device groups within Nautobot - networktocode.nautobot.software_version - Creates or removes software versions from Nautobot Minor Changes diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index f14f3642..d7d70f7e 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -558,6 +558,9 @@ releases: - (#481) Fixed environment variable fallback for `validate_certs` in all modules 5.7.0: modules: + - description: Creates or removes controller managed device groups from Nautobot + name: controller_managed_device_group + namespace: '' - description: Creates or removes software versions from Nautobot name: software_version namespace: ''