From 308b18dd10bb191ddf752d6899c44c655b68b716 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Mon, 27 Jul 2026 14:36:59 +0200 Subject: [PATCH] Release probod/v0.236.0 --- cmd/probod/CHANGELOG.md | 15 +++++++++++++++ cmd/probod/VERSION | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/cmd/probod/CHANGELOG.md b/cmd/probod/CHANGELOG.md index fe74a18b4..fba54dd7c 100644 --- a/cmd/probod/CHANGELOG.md +++ b/cmd/probod/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to `probod` (the server, including the bundled `@probo/conso ## Unreleased +## [0.236.0] - 2026-07-27 + +### Added + +- Five new access-review connectors: Google Analytics (GA4), Dotfile, Segment, Square, and UpCloud, with account listing, role/status resolution, and connector logos +- French translation for the console and compliance portal, backed by a new `react-i18next` setup +- Documentation links for the Dotfile, Segment, and 19 other API-key access-review connectors' setup dialogs +- Restored the "Risk Accepted" status on finding create/update forms, with a searchable paginated risk picker to supply the required linked risk + +### Fixed + +- Preserve the post-login destination through OIDC, magic-link, and SAML auth-error redirects instead of dropping it on `/auth/error` +- Custom-domain CNAME verification no longer fails on multi-hop DNS alias chains +- 1Password and Langfuse access-review connectors could not be connected: required extra settings (SCIM bridge URL, base URL) were silently dropped by the console + ## [0.235.0] - 2026-07-25 ### Added diff --git a/cmd/probod/VERSION b/cmd/probod/VERSION index 5715c4b20..c2755e86d 100644 --- a/cmd/probod/VERSION +++ b/cmd/probod/VERSION @@ -1 +1 @@ -0.235.0 +0.236.0