diff --git a/.cz.toml b/.cz.toml index 134eb4e72..6a3f5e1cd 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,6 +2,6 @@ name = "cz_conventional_commits" tag_format = "v$version" version_scheme = "semver" -version = "v0.1.0" +version = "0.1.1" update_changelog_on_bump = true major_version_zero = true diff --git a/CHANGELOG.md b/CHANGELOG.md index ce8c0af30..519ea2303 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.1.1 (2024-09-05) + +### Fix + +- **release**: remove unnecessary quotes in tag pattern + +### Refactor + +- remove unused image building workflow + ## 0.1.0 (2024-09-05) ### Feat