diff --git a/.cz.yaml b/.cz.yaml index 3fabcff..2dafde3 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -4,5 +4,5 @@ commitizen: name: cz_conventional_commits tag_format: 0.1.0 update_changelog_on_bump: true - version: 0.0.2 + version: 0.0.3 version_type: semver diff --git a/CHANGELOG.md b/CHANGELOG.md index 291f485..aef4cf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ### Fix +- **GH-Actions**: add release autogeneration + +## 0.1.0 (2023-11-24) + +### Fix + - type of increment related to its priority ### Refactor