diff --git a/CHANGELOG.md b/CHANGELOG.md index 4640d7ea..373931cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [2.6.0] - 2023-04-12 ### Added - Add support of DNA Center versions ('2.3.5.3') - Adds modules for v2_3_5_3 @@ -391,4 +393,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.5.4]: https://github.com/cisco-en-programmability/dnacentersdk/compare/v2.5.3...v2.5.4 [2.5.5]: https://github.com/cisco-en-programmability/dnacentersdk/compare/v2.5.4...v2.5.5 [2.5.6]: https://github.com/cisco-en-programmability/dnacentersdk/compare/v2.5.5...v2.5.6 -[Unreleased]: https://github.com/cisco-en-programmability/dnacentersdk/compare/v2.5.6...master +[2.6.0]: https://github.com/cisco-en-programmability/dnacentersdk/compare/v2.5.6...v2.6.0 +[Unreleased]: https://github.com/cisco-en-programmability/dnacentersdk/compare/v2.6.0...master diff --git a/README.rst b/README.rst index 6a80ca06..d73a30dc 100755 --- a/README.rst +++ b/README.rst @@ -157,6 +157,8 @@ The following table shows the supported versions. - 2.4.11 * - 2.3.3.0 - 2.5.6 + * - 2.3.5.3 + - 2.6.0 If your SDK is older please consider updating it first. diff --git a/pyproject.toml b/pyproject.toml index b4ebb726..9214c456 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dnacentersdk" -version = "2.5.6" +version = "2.6.0" description = "Cisco DNA Center Platform SDK" authors = ["Jose Bogarin Solano ", "William Astorga ", "Francisco Muñoz ", "Francisco Muñoz ", "Bryan Vargas "] license = "MIT"