From 9a23f6c9d032d9a24103b4684e2a1f4749d32983 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Tue, 21 Jul 2026 18:24:02 +0200 Subject: [PATCH] Release prb/v0.202.0 --- cmd/prb/CHANGELOG.md | 11 +++++++++++ cmd/prb/VERSION | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/cmd/prb/CHANGELOG.md b/cmd/prb/CHANGELOG.md index b2c82cab3..950466ca0 100644 --- a/cmd/prb/CHANGELOG.md +++ b/cmd/prb/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to the `prb` CLI will be documented in this file. ## Unreleased +## [0.202.0] - 2026-07-21 + +### Added + +- `prb compliance-portal update` gained `--title`, `--description`, `--website-url`, `--email`, and `--headquarter-address` flags to manage the compliance page profile +- `prb webhook` event choices now include `RIGHT_REQUEST_CREATED`, `RIGHT_REQUEST_UPDATED`, and `RIGHT_REQUEST_DELETED` + +### Changed + +- Renamed the `prb trust-center` command tree to `prb compliance-portal` to match the product and GraphQL rename + ## [0.201.0] - 2026-07-20 ### Added diff --git a/cmd/prb/VERSION b/cmd/prb/VERSION index 039bb5470..b4c8fde71 100644 --- a/cmd/prb/VERSION +++ b/cmd/prb/VERSION @@ -1 +1 @@ -0.201.0 +0.202.0