From 8fca59e3bc9c7f57b1f6df54457fd79ca473b708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Tue, 9 Jun 2026 18:05:29 +0200 Subject: [PATCH] Release prb/v0.192.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- cmd/prb/CHANGELOG.md | 8 ++++++++ cmd/prb/VERSION | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/cmd/prb/CHANGELOG.md b/cmd/prb/CHANGELOG.md index 48465dea6..476644ff1 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.192.0] - 2026-06-09 + +### Added + +- Add `prb risk-assessment boundary` command group (`create`, `list`, `view`, `update`, `delete`) and `--boundary-id` flag on `node create`/`update` to group risk assessment nodes within a scope +- Add `prb cookie-banner regenerate-policy` command to re-trigger tracker policy generation for a banner that already has a published version +- Expose `common_tracker_pattern_id` on `prb tracker-pattern list`/`view` to show whether a pattern is linked to the common tracker catalog + ## [0.191.0] - 2026-06-02 ### Changed diff --git a/cmd/prb/VERSION b/cmd/prb/VERSION index c6b56be44..3aeb0496c 100644 --- a/cmd/prb/VERSION +++ b/cmd/prb/VERSION @@ -1 +1 @@ -0.191.0 +0.192.0