From 52991b9aac496d627bd5ba1b9899fbb031328aee Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Mon, 20 Jul 2026 12:36:04 +0200 Subject: [PATCH] Release probod/v0.227.0 Signed-off-by: Bryan Frimin --- cmd/probod/CHANGELOG.md | 17 +++++++++++++++++ cmd/probod/VERSION | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/cmd/probod/CHANGELOG.md b/cmd/probod/CHANGELOG.md index 0d0f8a18f..ba9bf9b68 100644 --- a/cmd/probod/CHANGELOG.md +++ b/cmd/probod/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to `probod` (the server, including the bundled `@probo/conso ## Unreleased +## [0.227.0] - 2026-07-20 + +### Added + +- Added a Trust Center documents page with category grouping, a Public/Private visibility filter, and a full document viewer for PDFs, images, and other file downloads +- Added configurable, reorderable commitment cards to the compliance portal home page, replacing the hardcoded placeholder content +- Added a sign-in dialog (magic link + OIDC) that gates trust-center access requests + +### Changed + +- Renamed risk overview labels for consistency: "Severity" to "Score" and "Inherent" to "Initial" +- Archiving a document now voids pending approval quorums and cancels requested signatures instead of leaving them dangling + +### Fixed + +- Fixed an ambiguous tenant filter that caused signature load queries to fail + ## [0.226.1] - 2026-07-15 ### Fixed diff --git a/cmd/probod/VERSION b/cmd/probod/VERSION index 65744ac17..5488fe47c 100644 --- a/cmd/probod/VERSION +++ b/cmd/probod/VERSION @@ -1 +1 @@ -0.226.1 +0.227.0