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