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