diff --git a/CHANGELOG.md b/CHANGELOG.md index cbab9a3..85c79bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.5.0 (2024-06-27) + +### Feat + +- :sparkles: use go-git instead of native Git client to fetch latest tag + ## 0.4.0 (2024-06-26) ### Feat diff --git a/cz.yaml b/cz.yaml index 31b157c..f6eddaf 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.4.0 + version: 0.5.0 version_scheme: semver