diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..af55ef0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f08716c..ba1d6ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.1](https://github.com/peterbaumert/netbox-widget-chart/compare/v0.2.0...v0.2.1) (2026-03-23) + + +### Documentation + +* add PyPI version, downloads, CI and integration badges ([4baf6a2](https://github.com/peterbaumert/netbox-widget-chart/commit/4baf6a215d213f51b8b075191e4f11c49de36809)) +* restore README.md to 0.2.0 release state ([fb4af65](https://github.com/peterbaumert/netbox-widget-chart/commit/fb4af65c4653d88e88d99827493a0558d14e2e2c)) + ## [0.2.0](https://github.com/peterbaumert/netbox-widget-chart/compare/v0.1.4...v0.2.0) (2026-03-12) diff --git a/pyproject.toml b/pyproject.toml index 2db8a10..b34e162 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "netbox-widget-chart" -version = "0.2.0" +version = "0.2.1" description = "A configurable pie/doughnut chart dashboard widget for NetBox" readme = "README.md" requires-python = ">=3.12"