From b1c8e56b586b70f8543dcdef1ff2b4dfe7a15fb8 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Thu, 18 Jun 2026 11:03:08 +0200 Subject: [PATCH] Release probod/v0.211.0 Signed-off-by: Bryan Frimin --- cmd/probod/CHANGELOG.md | 16 ++++++++++++++++ cmd/probod/VERSION | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/cmd/probod/CHANGELOG.md b/cmd/probod/CHANGELOG.md index 266b05baf..edaf61f74 100644 --- a/cmd/probod/CHANGELOG.md +++ b/cmd/probod/CHANGELOG.md @@ -4,6 +4,22 @@ All notable changes to `probod` (the server, including the bundled `@probo/conso ## Unreleased +## [0.211.0] - 2026-06-18 + +### Added + +- Document delete confirmation dialog in the console + +### Changed + +- Error responses during a server panic are now always serialized as JSON +- Enrichment tracking unified with outcome-based status; enrichment state, attempts, and run outcome now recorded per field + +### Fixed + +- Enrichment re-arm and migration backfill gaps corrected +- Google Workspace access review source-name resolution no longer loops on 403 responses + ## [0.210.0] - 2026-06-16 ### Added diff --git a/cmd/probod/VERSION b/cmd/probod/VERSION index a1602a57a..29290a7b2 100644 --- a/cmd/probod/VERSION +++ b/cmd/probod/VERSION @@ -1 +1 @@ -0.210.0 +0.211.0