diff --git a/.cz.toml b/.cz.toml index 46ce69a1e..9a10406d6 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,6 +2,6 @@ name = "cz_conventional_commits" tag_format = "v$version" version_scheme = "semver" -version = "0.5.8" +version = "0.5.9" update_changelog_on_bump = true major_version_zero = true diff --git a/CHANGELOG.md b/CHANGELOG.md index e571bf12b..f17a2d7bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v0.5.9 (2024-10-06) + +### Feat + +- add Motr support +- update UIUX PKL to utilize optional fields + +### Fix + +- Update source directory for asset publishing + ## v0.5.8 (2024-10-04) ### Refactor