diff --git a/.cz.toml b/.cz.toml index a5be134..627aa8b 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "0.15.1" +version = "0.16.0" format = "v$version" update_changelog_on_bump = true major_version_zero = true diff --git a/CHANGELOG.md b/CHANGELOG.md index ac4e2ae..e174611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.16.0 (2023-01-07) + +### Feat + +- **entrypoing.sh**: add `gpg` sign +- **debug**: add option for debug output + +### Fix + +- check_consistency flag being ignored + ## 0.15.1 (2022-10-18) ### Fix