From 82ec2664f35e64ba40dbb3c3a272eae79b58fb29 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 5 Nov 2024 14:47:26 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.5.16=20=E2=86=92=200.5.17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/.cz.toml b/.cz.toml index 76a55ff9f..b555fc130 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,6 +2,6 @@ name = "cz_conventional_commits" tag_format = "v$version" version_scheme = "semver" -version = "0.5.16" +version = "0.5.17" update_changelog_on_bump = true major_version_zero = true diff --git a/CHANGELOG.md b/CHANGELOG.md index c93bdd67b..fb0650b04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,39 @@ +## v0.5.17 (2024-11-05) + +### Feat + +- add remote client constructor +- add avatar image components +- add SVG CDN Illustrations to marketing architecture +- **marketing**: refactor marketing page components +- Refactor intro video component to use a proper script template +- Move Alpine.js script initialization to separate component +- Add intro video modal component +- add homepage architecture section +- add Hero section component with stats and buttons +- **css**: add new utility classes for group hover +- implement authentication register finish endpoint +- add controller creation step to allocate +- Update service module README based on protobuf files +- Update x/macaroon/README.md with details from protobuf files +- update Vault README with details from proto files + +### Fix + +- update file paths in error messages +- update intro video modal script +- include assets generation in wasm build + +### Refactor + +- update marketing section architecture +- change verification table id +- **proto**: remove macaroon proto +- rename ValidateBasic to Validate +- rename session cookie key +- remove unused sync-initial endpoint +- remove formatter.go from service module + ## v0.5.16 (2024-10-21) ## v0.5.15 (2024-10-21)