diff --git a/README.md b/README.md index 06b4f3a9d..c98815303 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ The following table shows the supported versions. |-------------------|------------------------------|------------------------------| | 3.1.0 | 2.0.0 | 1.2.0 | | 3.1_Patch_1 | 2.5.16 | 2.0.10 | -| 3.2_beta | 2.6.2 | 2.1.1 | +| 3.2_beta | 2.7.0 | 2.1.1 | If your Ansible collection is older please consider updating it first. *Notes*: diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index f88830068..96d42c417 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -960,8 +960,14 @@ releases: bugfixes: - Updated to use ciscoisesdk v2.1.1 or newer fixing ciscoisesdk problem. 2.6.2: - release_date: "2023-11-21" - changes: - release_summary: Added missing import - bugfixes: - - Added missing import re in endpoint module \ No newline at end of file + release_date: "2023-11-21" + changes: + release_summary: Added missing import + bugfixes: + - Added missing import re in endpoint module + 2.7.0: + release_date: "2023-11-21" + changes: + release_summary: Galaxy updated. + minor_changes: + - cisco.ise collection now supports ansible.utils v3 \ No newline at end of file diff --git a/galaxy.yml b/galaxy.yml index d00ea9c26..e14b48ef6 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: cisco name: ise -version: 2.6.2 +version: 2.7.0 readme: README.md authors: - Rafael Campos @@ -17,7 +17,7 @@ tags: - networking - sdn dependencies: - ansible.utils: ">=2.0.0,<3.0" + ansible.utils: ">=2.0.0,<4.0" repository: https://github.com/CiscoISE/ansible-ise documentation: https://ciscoise.github.io/ansible-ise/ homepage: https://github.com/CiscoISE/ansible-ise