diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..1e40c29 --- /dev/null +++ b/Changelog.md @@ -0,0 +1,11 @@ +# netbox-pve-sync + +## [Unreleased] + +### New + +- [#5] Allow to configure cluster ID. + +## [0.1.0] + +- Initial release. \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 574dd9d..2af1bab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,7 @@ dependencies = [ [project.urls] Homepage = "https://git.creekorful.cloud/creekorful/netbox-pve-sync" Issues = "https://git.creekorful.cloud/creekorful/netbox-pve-sync/issues" +Changelog = "https://git.creekorful.cloud/creekorful/netbox-pve-sync/src/branch/main/CHANGELOG.md" [project.scripts] nbpxsync = "netbox_pve_sync:main"