From 068a57ecca71e57fd29399be324572735bd08f10 Mon Sep 17 00:00:00 2001 From: Leo Kirchner Date: Thu, 15 Aug 2024 15:19:16 +0200 Subject: [PATCH] prepares release 1.6.6 (#793) --- docs/admin/release_notes/version_1.6.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/admin/release_notes/version_1.6.md b/docs/admin/release_notes/version_1.6.md index 61e808eb..25aff5b3 100755 --- a/docs/admin/release_notes/version_1.6.md +++ b/docs/admin/release_notes/version_1.6.md @@ -5,6 +5,12 @@ - Add functionality to compliance result to provide a Remediation plan. - Supports Nautobot >=1.6.1,<2.0.0. +## v1.6.6 - 2024-08 + +### Fixed + +- [#787](https://github.com/nautobot/nautobot-app-golden-config/pull/787) - Allow version 7 of deepdiff. + ## v1.6.5 - 2024-04 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index d92f1819..9186cb78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nautobot-golden-config" -version = "1.6.5" +version = "1.6.6" description = "A plugin for configuration on nautobot" authors = ["Network to Code, LLC", ""]