Release probod/v0.198.0

Signed-off-by: Bryan Frimin <bryan@probo.com>
This commit is contained in:
Bryan Frimin
2026-05-28 12:45:17 -07:00
parent e663993882
commit ada92790bc
2 changed files with 22 additions and 1 deletions

View File

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

View File

@@ -1 +1 @@
0.197.0
0.198.0