From 0dd91c5ce717d818fedb6472db504b9682890fc3 Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Wed, 3 Jul 2024 08:55:12 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20bump=200.6.0=20=E2=86=92=200.7.0=20[CI?= =?UTF-8?q?=20SKIP]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ cz.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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