diff --git a/README.md b/README.md index 5a41ec1c7c..c9884f8327 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The following table shows the supported versions. | 2.2.2.3 | 3.3.1 | 2.3.3 | | 2.2.3.3 | 6.4.0 | 2.4.11 | | 2.3.3.0 | 6.6.4 | 2.5.5 | -| 2.3.5.3 | 6.7.3 | 2.6.0 | +| 2.3.5.3 | 6.7.4 | 2.6.0 | If your Ansible collection is older please consider updating it first. diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 649cb96a01..488a79f5fa 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -697,4 +697,10 @@ releases: minor_changes: - Documentation changes in example of site_intent - The global credentials create implementation fixed. - - Discovery playbook has no hardcoded credentials id and seed IP. \ No newline at end of file + - Discovery playbook has no hardcoded credentials id and seed IP. + 6.7.4: + release_date: "2023-08-24" + changes: + release_summary: Updated sanity test. + minor_changes: + - Updated test/sanity and remove unnecessary \ No newline at end of file diff --git a/galaxy.yml b/galaxy.yml index 6e071737d2..016a7da845 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: cisco name: dnac -version: 6.7.3 +version: 6.7.4 readme: README.md authors: - Rafael Campos