diff --git a/CHANGELOG.md b/CHANGELOG.md index 1920e518..b41bf620 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.8] - 2023-09-12 +- 2_3_3_0 sda sevice `add_vn` method update. ## [2.6.7] - 2023-08-25 ### Changed @@ -448,4 +450,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.6.5]: https://github.com/cisco-en-programmability/dnacentersdk/compare/v2.6.4...v2.6.5 [2.6.6]: https://github.com/cisco-en-programmability/dnacentersdk/compare/v2.6.5...v2.6.6 [2.6.7]: https://github.com/cisco-en-programmability/dnacentersdk/compare/v2.6.6...v2.6.7 -[Unreleased]: https://github.com/cisco-en-programmability/dnacentersdk/compare/v2.6.7...develop +[2.6.8]: https://github.com/cisco-en-programmability/dnacentersdk/compare/v2.6.7...v2.6.8 +[Unreleased]: https://github.com/cisco-en-programmability/dnacentersdk/compare/v2.6.8...develop diff --git a/README.rst b/README.rst index 91be6616..7429cd83 100755 --- a/README.rst +++ b/README.rst @@ -158,7 +158,7 @@ The following table shows the supported versions. * - 2.3.3.0 - 2.5.6 * - 2.3.5.3 - - 2.6.7 + - 2.6.8 If your SDK is older please consider updating it first. diff --git a/pyproject.toml b/pyproject.toml index 708bbee2..2b8e38cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dnacentersdk" -version = "2.6.7" +version = "2.6.8" description = "Cisco DNA Center Platform SDK" authors = ["Jose Bogarin Solano ", "William Astorga ", "Francisco Muñoz ", "Francisco Muñoz ", "Bryan Vargas "] license = "MIT"