From 5b199062ca2e86ec2971ccb83b00b887311fad44 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Mon, 25 May 2026 17:06:17 -0700 Subject: [PATCH] Release probod/v0.192.0 Signed-off-by: Bryan Frimin --- cmd/probod/CHANGELOG.md | 11 +++++++++++ cmd/probod/VERSION | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/cmd/probod/CHANGELOG.md b/cmd/probod/CHANGELOG.md index 6c37cb29f..28158b65e 100644 --- a/cmd/probod/CHANGELOG.md +++ b/cmd/probod/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to `probod` (the server, including the bundled `@probo/conso ## Unreleased +## [0.192.0] - 2026-05-25 + +### Changed + +- Enforce IAM authorization on all console resolvers — every data-bearing field now goes through the policy engine and produces an audit log entry; adds `ActionCommonThirdPartyGet`, `ActionCommonThirdPartyList`, and `ActionElectronicSignatureGet` actions wired into Viewer and Auditor policies + +### Fixed + +- Fix signature count mismatch between the document version badge and the signatures tab — both now filter by `activeContract: true` and `state: ACTIVE`, so deactivated signers and ended-contract signers are consistently excluded +- Fix MCP server resolvers after the signature filter and authorization changes + ## [0.191.0] - 2026-05-22 ### Added diff --git a/cmd/probod/VERSION b/cmd/probod/VERSION index c6b56be44..3aeb0496c 100644 --- a/cmd/probod/VERSION +++ b/cmd/probod/VERSION @@ -1 +1 @@ -0.191.0 +0.192.0