From 4d0022b936269909552d8e08fbf96be846673eb3 Mon Sep 17 00:00:00 2001 From: kai Date: Wed, 8 Mar 2023 12:09:21 +0000 Subject: [PATCH] Update CHANGELOG.md for 1.6.2 --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8ac5a42..f4f45fcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ -## v1.6.1 [2023-03-2] +## v1.6.2 [2023-03-08] +_Bug fixes_ +* Fix nil reference panic when a scan fails to start - do not add an iterator to `Hub.runningIterators` until scan is started successfully. ([#298](https://github.com/turbot/steampipe-postgres-fdw/issues/298)) + +## v1.6.1 [2023-03-02] _Bug fixes_ * Fix build issue which caused failure to install FDW on Linux x86_64 systems. ([#295](https://github.com/turbot/steampipe-postgres-fdw/issues/295)) -## v1.6.0 [2023-03-1] +## v1.6.0 [2023-03-01] _Whats new_ * Add support for dynamic aggregators. Pass connection name in `ExecuteRequest`, this is used to resolve aggregator config. ([#273](https://github.com/turbot/steampipe-postgres-fdw/issues/273))