diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cd20c2..b29688a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.5.0](https://github.com/janritter/terrastate/compare/1.4.0...1.5.0) (2020-05-11) + + +### Features + +* added terraform destroy command through ansible ([d4d33b0](https://github.com/janritter/terrastate/commit/d4d33b0cf0c4e0b7c185cc74068b66f899fc5ec9)) +* support placeholders in all terrastate vars - solves [#23](https://github.com/janritter/terrastate/issues/23) ([36c1189](https://github.com/janritter/terrastate/commit/36c1189e84245328805a5ac08aa731c80fa66cce)) + # [1.4.0](https://github.com/janritter/terrastate/compare/1.3.1...1.4.0) (2020-04-20)