diff --git a/cmd/prb/CHANGELOG.md b/cmd/prb/CHANGELOG.md index 5e6d0fb6f..60c0e91f8 100644 --- a/cmd/prb/CHANGELOG.md +++ b/cmd/prb/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to the `prb` CLI will be documented in this file. ## Unreleased +## [0.207.0] - 2026-07-30 + +### Changed + +- `prb user list --state` now accepts multiple values (repeat the flag or comma-separate) and filters by `PENDING`, `ACTIVE`, or `DEACTIVATED` instead of `ACTIVE`/`INACTIVE` +- `prb user archive` renamed to `prb user deactivate` +- `prb audit-log export` and `prb scim event export` now emit CSV instead of JSONL + ## [0.206.0] - 2026-07-29 ### Added diff --git a/cmd/prb/VERSION b/cmd/prb/VERSION index dc0f94afc..3ab8a79de 100644 --- a/cmd/prb/VERSION +++ b/cmd/prb/VERSION @@ -1 +1 @@ -0.206.0 +0.207.0