From 0360cfe3b49904a4a3eaa5a4b8d0ffde1fb28eb5 Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Fri, 15 May 2026 09:27:11 +0200 Subject: [PATCH] Release probod/v0.189.0 Signed-off-by: Sacha Al Himdani --- cmd/probod/CHANGELOG.md | 7 +++++++ cmd/probod/VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/cmd/probod/CHANGELOG.md b/cmd/probod/CHANGELOG.md index f5fab9509..fe2306839 100644 --- a/cmd/probod/CHANGELOG.md +++ b/cmd/probod/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to `probod` (the server, including the bundled `@probo/conso ## Unreleased +## [0.189.0] - 2026-05-15 + +### Changed + +- Rename `vendor` to `third party` across the API surface (GraphQL, MCP), database schema (migration), webhook event types (`vendor:*` → `third_party:*`), snapshot type (`VENDORS` → `THIRD_PARTIES`), and console / trust URL paths (breaking) +- Log `identity_id` on every authenticated request (cookie session, API key, OAuth2 access token) so operators can correlate a request back to its user and credential + ## [0.188.0] - 2026-05-13 ### Changed diff --git a/cmd/probod/VERSION b/cmd/probod/VERSION index a27c87628..4333ebad4 100644 --- a/cmd/probod/VERSION +++ b/cmd/probod/VERSION @@ -1 +1 @@ -0.188.0 +0.189.0