From bc64e5ead84130e7707352bd650c67e006ac0f72 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Mon, 27 Jul 2026 19:01:37 +0200 Subject: [PATCH] Release probod/v0.237.0 --- cmd/probod/CHANGELOG.md | 18 ++++++++++++++++++ cmd/probod/VERSION | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/cmd/probod/CHANGELOG.md b/cmd/probod/CHANGELOG.md index fba54dd7c..5995fd919 100644 --- a/cmd/probod/CHANGELOG.md +++ b/cmd/probod/CHANGELOG.md @@ -4,6 +4,24 @@ All notable changes to `probod` (the server, including the bundled `@probo/conso ## Unreleased +## [0.237.0] - 2026-07-27 + +### Added + +- Compliance portal documents page supports bulk requesting access: select several locked documents, reports, or files and request access to all of them in one call +- `updateAccessReviewCampaign` now accepts `accessReviewSourceIds` to sync a campaign's scope sources alongside other updates in the same call +- People list gained search and status/role/type filters across GraphQL, MCP, and CLI, with the default page size raised to 100 +- Third-party selector fields on measures and other forms now show only first-level third parties + +### Fixed + +- Fixed a crash on the third-party detail page when a third party's country was set to the global pseudo-region +- Empty toast viewport no longer blocks pointer events (hover/click) over content underneath it, such as bottom action bar buttons + +### Security + +- Bumped `postcss` to 8.5.23 and `react-router` to 8.3.0 to remediate high-severity npm audit findings + ## [0.236.0] - 2026-07-27 ### Added diff --git a/cmd/probod/VERSION b/cmd/probod/VERSION index c2755e86d..1afe8dfb2 100644 --- a/cmd/probod/VERSION +++ b/cmd/probod/VERSION @@ -1 +1 @@ -0.236.0 +0.237.0