diff --git a/.cz.toml b/.cz.toml index 75cda81..11f80c7 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "0.22.0" +version = "0.23.0" format = "v$version" update_changelog_on_bump = true major_version_zero = true diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d7b596..58e7aa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.23.0 (2024-12-09) + +### Feat + +- **#55**: add ACTOR input parameter + ## 0.22.0 (2024-11-06) ### Feat