diff --git a/.cz.toml b/.cz.toml index 703c97e..9df03ae 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "0.16.2" +version = "0.16.3" format = "v$version" update_changelog_on_bump = true major_version_zero = true diff --git a/CHANGELOG.md b/CHANGELOG.md index 5038615..2ba1fb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.16.3 (2023-02-09) + +### Fix + +- missing `libffi-dev` in `Dockerfile` which breaks third party plugins (#60) + ## 0.16.2 (2023-02-06) ### Fix