From c1409de827b28378ac527480e737103b788c8fd1 Mon Sep 17 00:00:00 2001 From: kai Date: Thu, 29 Jul 2021 20:52:28 +0100 Subject: [PATCH] Update CHANGELOG for v0.7.1. #697 --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58d0862429..538aae9155 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,10 @@ _Bug fixes_ * When an aggregator connection is evaluating a wildcard, only include connections with compatible plugin type. ([#687](https://github.com/turbot/steampipe/issues/687)) * Fix search path not being honored by `steampipe check`. ([#708](https://github.com/turbot/steampipe/issues/708)) * Fix interactive console becoming unresponsive after ";" query. ([#700](https://github.com/turbot/steampipe/issues/700)) -* Fix `nil pointer exception` in `steampipe plugin`. Closes #678 +* Fix `nil pointer exception` in `steampipe plugin`. ([#678](https://github.com/turbot/steampipe/issues/678)) ## v0.7.0 [2021-07-22] - _What's new?_ - * Add support for aggregator connections. ([#610](https://github.com/turbot/steampipe/issues/610)) * Service management improvements: * Remove locking from service code to allow multiple `query` and `check` sessions in parallel without requiring a service start.([#579](https://github.com/turbot/steampipe/issues/579))