Skip to content

Commit 9bb23e7

Browse files
committed
Cut version 0.2.2
1 parent 8017e5c commit 9bb23e7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Terraform Landscape Change Log
22

3+
## 0.2.2
4+
5+
* Fix output parser to show changed sensitive values
6+
* Fix plan parser to not extract attributes using `eval`
7+
* Include warning messages in output
8+
39
## 0.2.1
410

511
* Include period after `No changes` to maximize output compatibility

lib/terraform_landscape/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# Defines the gem version.
44
module TerraformLandscape
5-
VERSION = '0.2.1'.freeze
5+
VERSION = '0.2.2'.freeze
66
end

0 commit comments

Comments
 (0)