diff --git a/CHANGELOG.md b/CHANGELOG.md index dcc100b9..6acaceca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.19.2](https://github.com/vexxhost/magnum-cluster-api/compare/v0.19.1...v0.19.2) (2024-06-20) + + +### Bug Fixes + +* Add missing equal sign for mounts ([#397](https://github.com/vexxhost/magnum-cluster-api/issues/397)) ([2385424](https://github.com/vexxhost/magnum-cluster-api/commit/2385424421808083597ae282402368ece4957459)) + ## [0.19.1](https://github.com/vexxhost/magnum-cluster-api/compare/v0.19.0...v0.19.1) (2024-06-14) diff --git a/pyproject.toml b/pyproject.toml index 8a0fa7ef..72adcc3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "magnum-cluster-api" -version = "0.19.1" +version = "0.19.2" description = "Cluster API driver for Magnum" authors = ["Mohammed Naser "] license = "Apache-2.0"