diff --git a/changes/759.fixed b/changes/759.fixed deleted file mode 100644 index 465803c0..00000000 --- a/changes/759.fixed +++ /dev/null @@ -1 +0,0 @@ -Fix issue with Git Repo not syncing by changing to explicitly use class_path property. \ No newline at end of file diff --git a/docs/admin/release_notes/version_2.0.md b/docs/admin/release_notes/version_2.0.md index 4d211ae7..c59f0ee3 100755 --- a/docs/admin/release_notes/version_2.0.md +++ b/docs/admin/release_notes/version_2.0.md @@ -11,6 +11,11 @@ !!! note Please see [migrating guide](../migrating_to_v2.md) for details on migration. +## v2.0.5 2024-05 + +### Fixed + +- [#759](https://github.com/nautobot/nautobot-app-golden-config/issues/749) - Fix issue with Git Repo not syncing by changing to explicitly use class_path property. ## v2.0.4 2024-04 diff --git a/pyproject.toml b/pyproject.toml index 36dea317..d7c05ff2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nautobot-golden-config" -version = "2.0.4" +version = "2.0.5" description = "An app for configuration on nautobot" authors = ["Network to Code, LLC "] license = "Apache-2.0"