diff --git a/cmd/probod/CHANGELOG.md b/cmd/probod/CHANGELOG.md index 8b1252087..978445ec1 100644 --- a/cmd/probod/CHANGELOG.md +++ b/cmd/probod/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to `probod` (the server, including the bundled `@probo/conso ## Unreleased +## [0.186.1] - 2026-05-12 + +### Fixed + +- Fix wrong entity types in `tracker_patterns` and `detected_trackers` GIDs: rows carried entity types of removed `CookiePatternEntityType` / `CookieEntityType` instead of `TrackerPatternEntityType` / `DetectedTrackerEntityType` + ## [0.186.0] - 2026-05-12 ### Changed diff --git a/cmd/probod/VERSION b/cmd/probod/VERSION index 0109ceaad..52436fffd 100644 --- a/cmd/probod/VERSION +++ b/cmd/probod/VERSION @@ -1 +1 @@ -0.185.0 +0.186.1