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