diff --git a/CHANGELOG.md b/CHANGELOG.md index 7db683f..ddb717a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.7.0 (2024-07-03) + +### Feat + +- :sparkles: output release url on success + ## 0.6.0 (2024-06-27) ### Feat diff --git a/cz.yaml b/cz.yaml index 47e5a30..2623079 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.6.0 + version: 0.7.0 version_scheme: semver