diff --git a/docs/admin/release_notes/version_1.11.md b/docs/admin/release_notes/version_1.11.md index 6c537370..42ef14ac 100755 --- a/docs/admin/release_notes/version_1.11.md +++ b/docs/admin/release_notes/version_1.11.md @@ -2,18 +2,6 @@ ## Release Overview -- Added Python 3.13 support. -- Removed Python 3.8 support. +- Release is the same as v1.10.0 ## [v1.11.0] 2024-12 - -### Added -- [593](https://github.com/networktocode/netutils/pull/593) Add nokia_srl to the mappers. - -### Changed - -- [603](https://github.com/networktocode/netutils/pull/603) Add support for Python 3.8 and add Python 3.13. - -### Fixed - -- [602](https://github.com/networktocode/netutils/pull/602) Fix ASA banner config parsing. diff --git a/docs/admin/release_notes/version_1.12.md b/docs/admin/release_notes/version_1.12.md new file mode 100644 index 00000000..bf806b02 --- /dev/null +++ b/docs/admin/release_notes/version_1.12.md @@ -0,0 +1,19 @@ +# v1.12 Release Notes + +## Release Overview + +- Added Python 3.13 support. +- Removed Python 3.8 support. + +## [v1.12.0] 2025-01 + +### Added +- [593](https://github.com/networktocode/netutils/pull/593) Add nokia_srl to the mappers. + +### Changed + +- [603](https://github.com/networktocode/netutils/pull/603) Add support for Python 3.8 and add Python 3.13. + +### Fixed + +- [602](https://github.com/networktocode/netutils/pull/602) Fix ASA banner config parsing.