diff --git a/CHANGELOG.md b/CHANGELOG.md index a3d7e66..38d75f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/ublue-os/yafti/compare/v0.4.1...v0.5.0) (2023-03-27) + + +### Features + +* extend title screen to include additional actions ([#66](https://github.com/ublue-os/yafti/issues/66)) ([a2fa984](https://github.com/ublue-os/yafti/commit/a2fa9848258b91c3f833a11751af1bf4c1a5bae2)) + ## [0.4.1](https://github.com/ublue-os/yafti/compare/v0.4.0...v0.4.1) (2023-03-24) diff --git a/pyproject.toml b/pyproject.toml index dbae576..4d3259c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yafti" -version = "0.4.1" +version = "0.5.0" description = "Yet another first time installer" authors = ["Marco Ceppi "] license = "Apache 2.0"