From 3a37c957c7acb3b963bbdeff5145fb4d1702e540 Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Thu, 2 Jul 2026 19:36:38 +0200 Subject: [PATCH] Release prb/v0.199.0 Signed-off-by: Sacha Al Himdani --- cmd/prb/CHANGELOG.md | 10 ++++++++++ cmd/prb/VERSION | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/cmd/prb/CHANGELOG.md b/cmd/prb/CHANGELOG.md index 3388477d6..b782d8d1e 100644 --- a/cmd/prb/CHANGELOG.md +++ b/cmd/prb/CHANGELOG.md @@ -4,10 +4,20 @@ All notable changes to the `prb` CLI will be documented in this file. ## Unreleased +## [0.199.0] - 2026-07-02 + +### Added + +- `prb webhook` event choices now cover the full document lifecycle: `document.created`/`updated`/`archived`/`unarchived`/`deleted`, the `document.version.*` events, and their `signature.*` and `approval.*` sub-events + ### Changed - `prb auth login` defaults and region prompts now use `eu.probo.com` and `us.probo.com` instead of `*.console.getprobo.com` +### Removed + +- `MEETING_*` webhook event choices removed from `prb webhook` create/update; they were never valid backend event types and only produced API rejections + ## [0.198.0] - 2026-06-30 ### Removed diff --git a/cmd/prb/VERSION b/cmd/prb/VERSION index 8e91981bf..e734857eb 100644 --- a/cmd/prb/VERSION +++ b/cmd/prb/VERSION @@ -1 +1 @@ -0.198.0 +0.199.0