From 686b8b2c189ffa1dfb370473ab44b8fbf52094d8 Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Tue, 25 Jun 2024 14:06:02 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20bump=200.3.0=20=E2=86=92=200.3.1=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 7528c6d..f88546e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.3.1 (2024-06-25) + +### Fix + +- :bug: add git to Dockerfile + ## 0.3.0 (2024-06-25) ### Feat diff --git a/cz.yaml b/cz.yaml index fbc4e37..de1a223 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.3.0 + version: 0.3.1 version_scheme: semver