diff --git a/.cz.toml b/.cz.toml index c6205d8..e26414d 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,4 +1,4 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "1.4.6" +version = "1.4.7" tag_format = "v$version" diff --git a/CHANGELOG.md b/CHANGELOG.md index 332e79b..6fbe440 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.4.7 (2023-12-05) + +### Fix + +- Add context errors as allowed direct comparisons (#63) + ## v1.4.6 (2023-12-01) ### Fix