From b56c98c6786ae682fa8ce36efad7ebd3cb0bde20 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 2 Oct 2024 02:03:58 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.4.2=20=E2=86=92=200.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.cz.toml b/.cz.toml index b5bfb8e50..e04a18f1a 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,6 +2,6 @@ name = "cz_conventional_commits" tag_format = "v$version" version_scheme = "semver" -version = "0.4.2" +version = "0.5.0" update_changelog_on_bump = true major_version_zero = true diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f36664c2..17b77f1aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## v0.5.0 (2024-10-02) + +### Feat + +- **release**: add docker images for sonrd and motr +- update homepage with new visual design +- add DID to vault genesis schema +- add video component +- add video component +- add hx-get attribute to primary button in hero section + +### Fix + +- **layout**: add missing favicon +- **hero**: Use hx-swap for primary button to prevent flicker + ## v0.4.2 (2024-10-01) ### Refactor