diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..68f778d --- /dev/null +++ b/Changelog.md @@ -0,0 +1,7 @@ +# pfsense-netbox-sync + +## [Unreleased] + +## [0.1.0] + +- Initial release. \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 6b39667..2b9d590 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,7 @@ dependencies = [ [project.urls] Homepage = "https://git.creekorful.cloud/creekorful/pfsense-netbox-sync" Issues = "https://git.creekorful.cloud/creekorful/pfsense-netbox-sync/issues" +Changelog = "https://git.creekorful.cloud/creekorful/pfsense-netbox-sync/src/branch/main/Changelog.md" [project.scripts] pfnbsync = "pfsense_netbox_sync:main"