diff --git a/docs/admin/release_notes/version_1.6.md b/docs/admin/release_notes/version_1.6.md index 488699e1..61e808eb 100755 --- a/docs/admin/release_notes/version_1.6.md +++ b/docs/admin/release_notes/version_1.6.md @@ -5,21 +5,32 @@ - Add functionality to compliance result to provide a Remediation plan. - Supports Nautobot >=1.6.1,<2.0.0. +## v1.6.5 - 2024-04 + +### Fixed + +- [#714](https://github.com/nautobot/nautobot-app-golden-config/pull/714) - Fixed close threaded db connections during config deployment. +- [#744](https://github.com/nautobot/nautobot-app-golden-config/pull/744) - Fixed issue where parser is not mapped when not matching netutils normalized names. + +### Changed + +- [#744](https://github.com/nautobot/nautobot-app-golden-config/pull/744) - Changed netutils to support 1.8.0 and up. + ## v1.6.4 - 2024-01 ### Fixed -- [#695](https://github.com/nautobot/nautobot-app-golden-config/pull/695) - Removed optional job_result parameter from ensure_git_repository +- [#695](https://github.com/nautobot/nautobot-app-golden-config/pull/695) - Removed optional job_result parameter from ensure_git_repository. ### Changed -- [#670](https://github.com/nautobot/nautobot-app-golden-config/pull/670) - Update Nautobot Nornir Dependency +- [#670](https://github.com/nautobot/nautobot-app-golden-config/pull/670) - Update Nautobot Nornir Dependency. ## v1.6.3 - 2023-10 ### Fixed -- [#668](https://github.com/nautobot/nautobot-plugin-golden-config/issue/668) - Removed unneeded lookup for GoldenConfigSetting +- [#668](https://github.com/nautobot/nautobot-plugin-golden-config/issue/668) - Removed unneeded lookup for GoldenConfigSetting. ## v1.6.2 - 2023-09 diff --git a/pyproject.toml b/pyproject.toml index dad11c63..800e6c52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nautobot-golden-config" -version = "1.6.4" +version = "1.6.5" description = "A plugin for configuration on nautobot" authors = ["Network to Code, LLC", ""]