Release probod/v0.189.0

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2026-05-15 09:27:11 +02:00
parent 0bca4456d7
commit 0360cfe3b4
2 changed files with 8 additions and 1 deletions

View File

@@ -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

View File

@@ -1 +1 @@
0.188.0
0.189.0