From 76a0bc7a8551272b8e92e1799668f644a1b3bdd6 Mon Sep 17 00:00:00 2001 From: Kentai Radiquum Date: Tue, 30 Apr 2024 05:20:51 +0500 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.2.1=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.yaml | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.cz.yaml b/.cz.yaml index fda5084..d43f53a 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -4,5 +4,5 @@ commitizen: name: cz_conventional_commits tag_format: $version update_changelog_on_bump: true - version: 0.2.1 + version: 0.3.0 version_scheme: semver diff --git a/CHANGELOG.md b/CHANGELOG.md index d4af14c..682e74d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.3.0 (2024-04-30) + +### Feat + +- **frontend**: add a release page +- **docker**: add docker compose file for development environment + ## 0.2.1 (2024-04-29) ### Fix