diff --git a/.cz.toml b/.cz.toml index 186a9bd..5f20647 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,5 +1,5 @@ [tool.commitizen] bump_message = "release $current_version → $new_version [skip-ci]" name = "cz_conventional_commits" -version = "0.0.2" +version = "0.0.3" tag_format = "v$version" diff --git a/CHANGELOG.md b/CHANGELOG.md index 85a5b86..e04eff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.0.3 (2021-12-22) + +### Fix + +- updated descriptions and readmes + ## v0.0.2 (2021-12-22) ### Fix