diff --git a/ansible_collections/juniper/device/CHANGELOG.rst b/ansible_collections/juniper/device/CHANGELOG.rst index dd24193f..6d00d541 100644 --- a/ansible_collections/juniper/device/CHANGELOG.rst +++ b/ansible_collections/juniper/device/CHANGELOG.rst @@ -6,6 +6,21 @@ Juniper Device Collection Release Notes Changelog for Juniper Device Ansible Collection =========================== +Version 2.0.2 (2025-04-06) +--------------------------- +Enhancements +------------ +- None + +Bugs Fixed +---------- +- Update juniper.device.software module documentation for version: false #794 +- Updates to README.md #802 +- Fix for ansible-test sanity failures #803 +- Add multi-collection CI support for juniper.device #804 +- Fix CI issues and update workflows for jobs : lint, sanity , unit runs #789 +- Fix to handle JSON response from get_facts #816 + Version 2.0.1 (2025-11-14) --------------------------- Enhancements diff --git a/ansible_collections/juniper/device/galaxy.yml b/ansible_collections/juniper/device/galaxy.yml index 4af7fdb7..2755a5a8 100644 --- a/ansible_collections/juniper/device/galaxy.yml +++ b/ansible_collections/juniper/device/galaxy.yml @@ -9,7 +9,7 @@ namespace: juniper name: device # The version of the collection. Must be compatible with semantic versioning -version: 2.0.1 +version: 2.0.2 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/ansible_collections/juniper/device/version.py b/ansible_collections/juniper/device/version.py index 12d170b0..ad0afff9 100755 --- a/ansible_collections/juniper/device/version.py +++ b/ansible_collections/juniper/device/version.py @@ -1,5 +1,5 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -VERSION = "v2.0.1" -DATE = "2025-Nov-14" +VERSION = "v2.0.2" +DATE = "2025-Apr-6" diff --git a/version.py b/version.py index 742ca3da..08c4fa36 100755 --- a/version.py +++ b/version.py @@ -1,2 +1,2 @@ -VERSION = "v2.0.1" -DATE = "2025-Nov-14" +VERSION = "v2.0.2" +DATE = "2025-Apr-6"