diff --git a/CHANGELOG.md b/CHANGELOG.md index edf6cc2552..7ce4ac99b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ ## v0.19.3 [2023-03-24] +_Bug fixes_ * Fix issue where the json output of variable list command was returning wrong values for `value` and `value_default` fields. ([#3265](https://github.com/turbot/steampipe/issues/3265)) * Fix dashboard UI crash when select inputs return null labels or values. ([#3244](https://github.com/turbot/steampipe/issues/3244)) ## v0.19.2 [2023-03-16] +_Bug fixes_ * When creating a query snapshot, respect the `snapshot-title` arg when assigning a title to the dashboard. ([#3233](https://github.com/turbot/steampipe/issues/3233)) -_Bug fixes_ ## v0.19.1 [2023-03-09] _Bug fixes_ * Fix `service stop` failing if invoked directly after a schema change notification. ([#3206](https://github.com/turbot/steampipe/issues/3206))