From 460decaa1b1417049b1606de4459eb6350b5375e Mon Sep 17 00:00:00 2001 From: Ludovic Vielle Date: Wed, 3 Jun 2026 14:43:54 +0200 Subject: [PATCH] Release probod/v0.202.0 Signed-off-by: Ludovic Vielle --- cmd/probod/CHANGELOG.md | 19 +++++++++++++++++++ cmd/probod/VERSION | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/cmd/probod/CHANGELOG.md b/cmd/probod/CHANGELOG.md index c23545a50..dbf9730df 100644 --- a/cmd/probod/CHANGELOG.md +++ b/cmd/probod/CHANGELOG.md @@ -4,6 +4,25 @@ All notable changes to `probod` (the server, including the bundled `@probo/conso ## Unreleased +## [0.202.0] - 2026-06-03 + +### Added + +- Trigger tracker-policy document generation on banner publish; a background worker regenerates it on every snapshot +- Show tracker type in the cookie tracking policy document +- Include the website origin in the tracker policy title + +### Changed + +- Restrict queries and mutations to session scope +- Move the Display tab first on the cookie banner configuration page +- Link to the generated cookie policy document from tracker rows; revamp tracker row layout +- Number tracker policy section titles + +### Fixed + +- Use stable API URLs for vendor logo fields + ## [0.201.0] - 2026-06-02 ### Added diff --git a/cmd/probod/VERSION b/cmd/probod/VERSION index 039bb5470..b4c8fde71 100644 --- a/cmd/probod/VERSION +++ b/cmd/probod/VERSION @@ -1 +1 @@ -0.201.0 +0.202.0