diff --git a/cmd/prb/CHANGELOG.md b/cmd/prb/CHANGELOG.md index 8c2557f06..37568fa33 100644 --- a/cmd/prb/CHANGELOG.md +++ b/cmd/prb/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to the `prb` CLI will be documented in this file. ## Unreleased +## [0.206.0] - 2026-07-29 + +### Added + +- `prb audit-log export` and `prb scim event export` commands to request JSONL exports of audit log entries and SCIM events + ## [0.205.0] - 2026-07-28 ### Added diff --git a/cmd/prb/VERSION b/cmd/prb/VERSION index a22b896b6..dc0f94afc 100644 --- a/cmd/prb/VERSION +++ b/cmd/prb/VERSION @@ -1 +1 @@ -0.205.0 +0.206.0