From 3063867fe2c04621b95cd2c06782246f745f17d2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 24 Mar 2019 14:58:00 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/janritter/terrastate/compare/1.1.0...1.2.0) (2019-03-24) ### Bug Fixes * use golang template to generate backend configuration - fixes [#5](https://github.com/janritter/terrastate/issues/5) ([18ff8a2](https://github.com/janritter/terrastate/commit/18ff8a2)) ### Features * added option to automaticly remove the .terraform folder when creation a new backend config file - closes [#6](https://github.com/janritter/terrastate/issues/6) ([d2a834d](https://github.com/janritter/terrastate/commit/d2a834d)) --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 904e65f..2638e18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.2.0](https://github.com/janritter/terrastate/compare/1.1.0...1.2.0) (2019-03-24) + + +### Bug Fixes + +* use golang template to generate backend configuration - fixes [#5](https://github.com/janritter/terrastate/issues/5) ([18ff8a2](https://github.com/janritter/terrastate/commit/18ff8a2)) + + +### Features + +* added option to automaticly remove the .terraform folder when creation a new backend config file - closes [#6](https://github.com/janritter/terrastate/issues/6) ([d2a834d](https://github.com/janritter/terrastate/commit/d2a834d)) + # [1.1.0](https://github.com/janritter/terrastate/compare/1.0.0...1.1.0) (2019-03-02)