From c8cb727cb99d01bfe7ef612c2bea9a496abfb68f Mon Sep 17 00:00:00 2001 From: kai Date: Tue, 4 Feb 2025 11:11:33 +0000 Subject: [PATCH] Update CHANGELOG for 1.2.1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0654de16..64ee27bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.2.1 [2025-02-04] + +Fix backend support if the database is specified by a connection string. ([#713](https://github.com/turbot/powerpipe/issues/713)) +Improve search path button config popover to handle narrower screens. ([#711](https://github.com/turbot/powerpipe/issues/711)) +Dashboard UI sending `changed_input` field at wrong level in `input_changed` event. ([#708](https://github.com/turbot/powerpipe/issues/708)) + ## v1.2.0 [2025-01-30] _Whats new_ - Add support for `tailpipe` detections and detection benchmarks.