diff --git a/cmd/probod/CHANGELOG.md b/cmd/probod/CHANGELOG.md index 5f1090f82..098247bbb 100644 --- a/cmd/probod/CHANGELOG.md +++ b/cmd/probod/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to `probod` (the server, including the bundled `@probo/conso ## Unreleased +## [0.195.0] - 2026-05-27 + +### Added + +- Add `archiveUser` operation to deactivate a user profile while keeping them in the organization; exposed across the console UI, MCP, CLI, and n8n +- Expire pending invitations for a user when they are archived +- Grant owners full `iam:scim-bridge:*` and admins read-only SCIM bridge access in IAM policies + +### Fixed + +- Preserve archived and deactivated HubSpot users in access reviews instead of dropping them +- Fix common third-party logo URL returning resource-not-found in the combo box query + ## [0.194.0] - 2026-05-26 ### Added diff --git a/cmd/probod/VERSION b/cmd/probod/VERSION index ffb1fb352..c16ed84b0 100644 --- a/cmd/probod/VERSION +++ b/cmd/probod/VERSION @@ -1 +1 @@ -0.194.0 +0.195.0