diff --git a/cmd/prb/CHANGELOG.md b/cmd/prb/CHANGELOG.md index 37cfbe7df..fd24603f6 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.186.0] - 2026-05-13 + +### Changed + +- Drop `--consent-mode` flag from `prb cookie-banner create`/`update` and remove the `consent_mode` column from `cookie-banner` outputs — consent mode is now derived from the visitor's geolocation at consent time (breaking) + ## [0.185.0] - 2026-05-12 ### Changed diff --git a/cmd/prb/VERSION b/cmd/prb/VERSION index d4b5ded52..3ec66c8e9 100644 --- a/cmd/prb/VERSION +++ b/cmd/prb/VERSION @@ -1 +1 @@ -0.184.0 +0.186.0