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))