From dc7d474347eac6633683f8e2734b97099f0456e1 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Fri, 31 Jul 2026 13:13:08 +0200 Subject: [PATCH] Release probod/v0.243.0 Signed-off-by: Bryan Frimin --- 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 4646e303e..c5f75935d 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.243.0] - 2026-07-31 + +### Added + +- ITAM devices are now exposed via MCP and n8n (in addition to GraphQL): list, get, create, revoke, delete, and set-owner, with latest postures nested on list/get responses + +### Changed + +- Compliance portal locale-mismatch banner now falls back to a supported browser-language match for visitors without a saved locale, and stays silent for unsupported languages instead of assuming English is preferred + +### Fixed + +- Manual agent install instructions now point to `probo-agent/v*` releases instead of the repo-wide `/releases/latest`, which pointed at the wrong assets when other tracks published more recently +- SCIM event CSV exports no longer fail with a "cannot parse address" error caused by a missing email address in the underlying membership profile query + ## [0.242.0] - 2026-07-30 ### Added diff --git a/cmd/probod/VERSION b/cmd/probod/VERSION index a56239528..1318b9919 100644 --- a/cmd/probod/VERSION +++ b/cmd/probod/VERSION @@ -1 +1 @@ -0.242.0 +0.243.0