diff --git a/docs/admin/release_notes/version_1.15.md b/docs/admin/release_notes/version_1.15.md index 8e578f99..4362686b 100644 --- a/docs/admin/release_notes/version_1.15.md +++ b/docs/admin/release_notes/version_1.15.md @@ -8,6 +8,12 @@ This document describes all new features and changes in the release. The format - Add parser support for Rad ETX. - Update the library to the NTC 2025 development standards. +## [v1.15.1 (2025-10-20)](https://github.com/networktocode/netutils/releases/tag/v1.15.1) + +### Added + +- [#704](https://github.com/networktocode/netutils/issues/704) - Added show running config mapper for 22 additional operating systems. + ## [v1.15.0 (2025-09-05)](https://github.com/networktocode/netutils/releases/tag/v1.15.0) ### Added diff --git a/pyproject.toml b/pyproject.toml index 00e2fd16..9d2bdc64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "netutils" -version = "1.15.1a0" +version = "1.15.2a0" description = "Common helper functions useful in network automation." authors = ["Network to Code, LLC "] license = "Apache-2.0"