diff --git a/CHANGELOG.md b/CHANGELOG.md index 49e5a41..33ef3e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.12.0 (2024-10-25) + +### Feat + +- :sparkles: use tagger.when to find latest tag + ## 0.11.1 (2024-07-11) ### Fix diff --git a/cz.yaml b/cz.yaml index 2c837f3..a5c23a1 100644 --- a/cz.yaml +++ b/cz.yaml @@ -5,5 +5,5 @@ commitizen: name: cz_conventional_commits tag_format: $version update_changelog_on_bump: true - version: 0.11.1 + version: 0.12.0 version_scheme: semver