From d44272bb9eeedd95e4b9f983797258c6600a5931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Wed, 20 May 2026 15:19:12 +0400 Subject: [PATCH] Release probod/v0.190.1 --- cmd/probod/CHANGELOG.md | 6 ++++++ cmd/probod/VERSION | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/cmd/probod/CHANGELOG.md b/cmd/probod/CHANGELOG.md index 99de97f3c..7b088e4a7 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.190.1] - 2026-05-20 + +### Fixed + +- Fix the snapshot-cleanup migration to delete from `processing_activity_third_parties` (the table was renamed from `processing_activity_vendors` in 0.189.0), so the migration runs on databases upgraded past the rename + ## [0.190.0] - 2026-05-20 ### Added diff --git a/cmd/probod/VERSION b/cmd/probod/VERSION index 96e33ee3f..ca04fc55a 100644 --- a/cmd/probod/VERSION +++ b/cmd/probod/VERSION @@ -1 +1 @@ -0.190.0 +0.190.1