diff --git a/CHANGELOG.md b/CHANGELOG.md index 89a9a22c..8d3e2634 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.24.2](https://github.com/vexxhost/magnum-cluster-api/compare/v0.24.1...v0.24.2) (2025-01-13) + + +### Miscellaneous Chores + +* release 0.24.2 ([36f95a2](https://github.com/vexxhost/magnum-cluster-api/commit/36f95a2142792fb262eb99f66df5c5d4cc0ede12)) + ## [0.24.1](https://github.com/vexxhost/magnum-cluster-api/compare/v0.24.0...v0.24.1) (2025-01-11) diff --git a/pyproject.toml b/pyproject.toml index 9ac310c0..22bd051c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "magnum-cluster-api" -version = "0.24.1" +version = "0.24.2" description = "Cluster API driver for Magnum" authors = ["Mohammed Naser "] license = "Apache-2.0"