From c79e8070282769eb6ac9a7a3cec5d266ba1b7307 Mon Sep 17 00:00:00 2001 From: beelit94 Date: Wed, 5 Jun 2019 00:14:23 -0700 Subject: [PATCH] adding change log for 0.10.1 --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4a7b5e..36bf9c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,14 +3,17 @@ 1. [#10] log handler error on Linux environment 1. [#11] Fix reading state file for remote state and support backend config for init command + ## [0.9.0] -### Fixed 1. [#12] Output function doesn't accept parameter 'module' 1. [#16] Handle empty space/special characters when passing string to command line options 1. Tested with terraform 0.10.0 ## [0.10.0] -### Fixed 1. [#27] No interaction for apply function 1. [#18] Return access to the subprocess so output can be handled as desired -1. [#24] Full support for output(); support for raise_on_error \ No newline at end of file +1. [#24] Full support for output(); support for raise_on_error + +## [0.10.1] +1. [#48] adding extension for temp file to addapt change in terraform 0.12.0 +1. [#49] add workspace support \ No newline at end of file