From e2677500a7be8f673d2466cad1d4273c7dac2bcd Mon Sep 17 00:00:00 2001 From: kai Date: Mon, 10 Jan 2022 17:55:57 +0000 Subject: [PATCH] v0.11.2. Closes #1303 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92cbd1a20..2a5b0a728 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.11.2 [2022-01-10] +_Bug fixes_ +* Fix issue where `steampipe check` table output only displays the summary. ([#1300](https://github.com/turbot/steampipe/issues/1300)) + ## v0.11.1 [2022-01-06] _Bug fixes_ * Plugin instantiation failures should be reported as warnings not errors. ([#1283](https://github.com/turbot/steampipe/issues/1283))