From be7ab2b8c81d52d929a506ee3a2d18a47e149f0c Mon Sep 17 00:00:00 2001 From: zontreck Date: Sun, 6 Oct 2024 18:30:23 -0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.0=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ cz.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c71ff4..8d79aa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.2.0 (2024-10-06) + +### Feat + +- **jenkinsfile**: use stdin instead +- **jenkinsfile**: fix syntax for patch application + ## 0.1.0 (2024-10-06) ### Feat diff --git a/cz.json b/cz.json index 85637c0..1a24706 100644 --- a/cz.json +++ b/cz.json @@ -3,7 +3,7 @@ "name": "cz_conventional_commits", "tag_format": "$version", "version_scheme": "semver2", - "version": "0.1.0", + "version": "0.2.0", "update_changelog_on_bump": true, "major_version_zero": true }