Skip to content

Commit af05326

Browse files
authored
Merge pull request #234 from cisco-en-programmability/develop
chore: Update version to 2.10.5 in changelog, README, and pyproject.toml
2 parents 3eb53b8 + 58f1f61 commit af05326

4 files changed

Lines changed: 114 additions & 95 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.10.5] - 2025-10-29
10+
### Fixed
11+
- **Validation Schema (v3.1.3.0)**: Fixed `value` field type from `object` to `array` in `CreateOrScheduleAReport` validator (`jsd_fa310ab095148bdb00d7d3d5e1676.py`).
12+
913
## [2.10.4] - 2025-07-30
1014
### Added
1115
- **Ansible Compatibility Aliases (v3.1.3.0)**: Added 46 backward compatibility alias functions to support Ansible modules and legacy code. These aliases map old function names to their current implementations:
@@ -813,4 +817,5 @@ respond with a binary.
813817
[2.10.2]: https://github.com/cisco-en-programmability/dnacentersdk/compare/v2.10.1...v2.10.2
814818
[2.10.3]: https://github.com/cisco-en-programmability/dnacentersdk/compare/v2.10.2...v2.10.3
815819
[2.10.4]: https://github.com/cisco-en-programmability/dnacentersdk/compare/v2.10.3...v2.10.4
816-
[Unreleased]: https://github.com/cisco-en-programmability/dnacentersdk/compare/v2.10.4...develop
820+
[2.10.5]: https://github.com/cisco-en-programmability/dnacentersdk/compare/v2.10.4...v2.10.5
821+
[Unreleased]: https://github.com/cisco-en-programmability/dnacentersdk/compare/v2.10.5...develop

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Compatibility Matrix
175175
* - 2.3.7.9
176176
- 2.8.14
177177
* - 3.1.3.0
178-
- 2.10.4
178+
- 2.10.5
179179

180180
Documentation
181181
-------------

0 commit comments

Comments
 (0)