From aca827252702ecb0d71d0bc8f937ad643b4597bf Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Wed, 3 Jul 2024 12:16:58 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20bump=200.7.0=20=E2=86=92=200.8.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 ddb717a..33c0c16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.8.0 (2024-07-03) + +### Feat + +- :sparkles: add git username and password options for http + ## 0.7.0 (2024-07-03) ### Feat diff --git a/cz.yaml b/cz.yaml index 2623079..0c9dff4 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.7.0 + version: 0.8.0 version_scheme: semver