Release probod/v0.192.0

Signed-off-by: Bryan Frimin <bryan@probo.com>
This commit is contained in:
Bryan Frimin
2026-05-25 17:06:17 -07:00
parent 314db9654a
commit 5b199062ca
2 changed files with 12 additions and 1 deletions

View File

@@ -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

View File

@@ -1 +1 @@
0.191.0
0.192.0