From 909e4050caf5d3878a0c07da5421dfb9246639e0 Mon Sep 17 00:00:00 2001 From: Mike Pirog Date: Thu, 28 Sep 2023 10:11:19 -0400 Subject: [PATCH] fix bug with engine level tasks with interactive options erroring part 2 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 880cd0b3a..f3f832c28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ### Fixes * Fixed bug causing `Invalid host defined options` when using `lando` renderer in `packaged` mode [#216](https://github.com/lando/cli/issues/216) +* Fixed bug causing `engine` level tasks with interactive options to error ## v3.20.0 - [September 22, 2023](https://github.com/lando/cli/releases/tag/3.20.0)