diff --git a/Changelog.md b/Changelog.md index bccdd54..923e588 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [0.2.4] - 02/09/2025 + +### Fixed + +- Import vCPU core count instead of total available cores. + ## [0.2.3] - 26/08/2025 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index c014f62..6266659 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "netbox-pve-sync" -version = "0.2.3" +version = "0.2.4" authors = [ { name = "Aloïs Micard", email = "alois@micard.lu" }, ]