From ada92790bcbb4b0580b44f487bbd5191dfbea2ff Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Thu, 28 May 2026 12:45:17 -0700 Subject: [PATCH] Release probod/v0.198.0 Signed-off-by: Bryan Frimin --- cmd/probod/CHANGELOG.md | 21 +++++++++++++++++++++ cmd/probod/VERSION | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/cmd/probod/CHANGELOG.md b/cmd/probod/CHANGELOG.md index 948b889b0..68e613f93 100644 --- a/cmd/probod/CHANGELOG.md +++ b/cmd/probod/CHANGELOG.md @@ -4,6 +4,27 @@ All notable changes to `probod` (the server, including the bundled `@probo/conso ## Unreleased +## [0.198.0] - 2026-05-28 + +### Added + +- Add Tailscale connector +- Add Anthropic connector (authenticated via API key) +- Add personal account support for the Heroku connector +- Add Global region option to the vendor country picker +- Allow ordering organization members by email address + +### Changed + +- Connector deletion is now best-effort: remaining steps proceed even when one cleanup step fails + +### Fixed + +- Fix role column in the people list rendered as non-sortable to prevent runtime failures +- Surface an actionable error when a stored Sentry organization slug is no longer accessible to the connected OAuth token +- Stop the source-name worker from retrying indefinitely on a stale Sentry organization slug +- Stop the source-name worker from retrying indefinitely on a stale Heroku personal-account slug + ## [0.197.0] - 2026-05-28 ### Added diff --git a/cmd/probod/VERSION b/cmd/probod/VERSION index 4f3328c0c..8e91981bf 100644 --- a/cmd/probod/VERSION +++ b/cmd/probod/VERSION @@ -1 +1 @@ -0.197.0 +0.198.0