From d90cad8a58e2023e241583a89b52efc897fc1998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Wed, 13 May 2026 15:20:15 +0400 Subject: [PATCH] Release prb/v0.186.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 | 6 ++++++ cmd/prb/VERSION | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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