diff --git a/docs/admin/release_notes/version_1.14.md b/docs/admin/release_notes/version_1.14.md new file mode 100644 index 00000000..dc914d56 --- /dev/null +++ b/docs/admin/release_notes/version_1.14.md @@ -0,0 +1,28 @@ +# v1.14 Release Notes + +## Release Overview + +- Library mapping updates and fixes. +- NIST library updates and fixes for CVE reporting. +- Documentation fixes. +- Palo Alto brace configuration fixes. + +## [v1.14.0] 2025-07 + +### Added + +- [644](https://github.com/networktocode/netutils/pull/644) Add ability to get the lib mapper in a os centric view versus a lib centric view. +- [646](https://github.com/networktocode/netutils/pull/646) Add Additional SROS Tests. +- [649](https://github.com/networktocode/netutils/pull/649) Add RUNNING_CONFIG_MAPPER to help map platform to running configuration command. + +### Changed + +- [652](https://github.com/networktocode/netutils/pull/652) Flatbot OUI File Updates. +- [653](https://github.com/networktocode/netutils/pull/653) Flatbot PROTOCOL File Updates. +- [662](https://github.com/networktocode/netutils/pull/662) NIST library updates and fixes. + +### Fixed + +- [640](https://github.com/networktocode/netutils/pull/640) Fix documentation issues. +- [641](https://github.com/networktocode/netutils/pull/641) Fix documentation for Jinja examples. +- [651](https://github.com/networktocode/netutils/pull/651) Fix Palo set format config parsing for curly brace. diff --git a/pyproject.toml b/pyproject.toml index 96f13749..07411407 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "netutils" -version = "1.13.0" +version = "1.14.1a0" description = "Common helper functions useful in network automation." authors = ["Network to Code, LLC "] license = "Apache-2.0"