From de416473af6535505acda7d3cad8b4b339cc2e82 Mon Sep 17 00:00:00 2001 From: kai Date: Fri, 19 May 2023 16:44:58 +0100 Subject: [PATCH] Update CHANGELOG.md for v0.20.2 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 199056731..d8c905b4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ ## v0.20.2 [2023-05-19] _Whats new_ -* Cleanup temp plugin files when killing plugin manager. ([#3292](https://github.com/turbot/steampipe/issues/3292)) * Re-add support for legacy command-schema. ([#3457](https://github.com/turbot/steampipe/issues/3457)) +_Bug fixes_ +* Cleanup temp plugin files when killing plugin manager. ([#3292](https://github.com/turbot/steampipe/issues/3292)) + ## v0.20.1 [2023-05-19] _Bug fixes_ - Update FDW version to v1.7.1 to work around bad Linux Arm build of FDW v1.70. ([#3455](https://github.com/turbot/steampipe/issues/3455), [#311](https://github.com/turbot/steampipe-postgres-fdw/issues/311))