Skip to content

Commit

Permalink
## [2.6.9] - 2023-09-20
Browse files Browse the repository at this point in the history
### Changed
-  AP port assignment API not working with DNAC APIs of 2.3.3.0 #126, Documetion bug, extra-space in enum.
  • Loading branch information
fmunoz committed Sep 20, 2023
1 parent ec7c17e commit 1447134
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ 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.9] - 2023-09-20
### Changed
- AP port assignment API not working with DNAC APIs of 2.3.3.0 #126, Documetion bug, extra-space in enum.

## [2.6.8] - 2023-09-12
### Changed
- 2_3_3_0 sda sevice `add_vn` method update.

## [2.6.7] - 2023-08-25
Expand Down Expand Up @@ -451,4 +457,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[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
[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
[2.6.9]: https://github.com/cisco-en-programmability/dnacentersdk/compare/v2.6.8...v2.6.9
[Unreleased]: https://github.com/cisco-en-programmability/dnacentersdk/compare/v2.6.9...develop
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(self):
"enum": [
"No Authentication",
"Open Authentication",
"Closed Authentication ",
"Closed Authentication",
"Low Impact"
],
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(self):
"enum": [
"No Authentication",
"Open Authentication",
"Closed Authentication ",
"Closed Authentication",
"Low Impact "
],
"type": "string"
Expand Down

0 comments on commit 1447134

Please sign in to comment.