diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index d114d0e05f..ff9b7270c0 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -191,8 +191,26 @@ releases: minor_changes: - Updated test/sanity and remove duplicates 3.3.0: - release_date: '2021-02-07' + release_date: '2022-02-07' changes: release_summary: Fixes update tag_membership minor_changes: - - tag_membership - changes in memberToTags from list to object in the way the value is obtained. \ No newline at end of file + - tag_membership - changes in memberToTags from list to object in the way the value is obtained. + 3.3.1: + release_date: '2022-02-11' + changes: + release_summary: Add early check of status for SDA modules + bugfixes: + - sda_fabric_authentication_profile - add early check of 'status' for module. + - sda_fabric_border_device - add early check of 'status' for module. + - sda_fabric_control_plane_device - add early check of 'status' for module. + - sda_fabric_edge_device - add early check of 'status' for module. + - sda_fabric_site - add early check of 'status' for module. + - sda_fabric - add early check of 'status' for module. + - sda_multicast - add early check of 'status' for module. + - sda_port_assignment_for_access_point - add early check of 'status' for module. + - sda_port_assignment_for_user_device - add early check of 'status' for module. + - sda_provision_device - add early check of 'status' for module. + - sda_virtual_network_ip_pool - add early check of 'status' for module. + - sda_virtual_network_v2 - add early check of 'status' for module. + - sda_virtual_network - add early check of 'status' for module. \ No newline at end of file diff --git a/galaxy.yml b/galaxy.yml index e61463e3ec..2ad4a4df15 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: cisco name: dnac -version: 3.3.0 +version: 3.3.1 readme: README.md authors: - Rafael Campos