From 2b572bd18d18d28ef5306c7fe56f9886c8f6f9d7 Mon Sep 17 00:00:00 2001 From: Trent Rosenbaum Date: Mon, 9 Sep 2019 10:10:18 +0100 Subject: [PATCH] Release as 0.7.0 --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccf4dc6..4b5539e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,8 @@ -## 0.7.0 (Unreleased) +## 0.7.0 * [PR-19](https://github.com/opencredo/terrahelp/pull/19) Build against Go 1.13 and manages dependencies through GO Modules (resolved [#18](https://github.com/opencredo/terrahelp/issues/18)) * [PR-19](https://github.com/opencredo/terrahelp/pull/19) Builds against Vault API v1.0.4 (resolves [#16](https://github.com/opencredo/terrahelp/issues/16)) * [PR-19](https://github.com/opencredo/terrahelp/pull/19) Makefile targets expanded to simplify Travis file. - ## 0.4.3 * [PR-12](https://github.com/opencredo/terrahelp/pull/12) Updated to be compatible with Vault 0.6.2 * [PR-11](https://github.com/opencredo/terrahelp/pull/11) Exclude empty strings from detection, and provide config flag for handling whitespace only values (resolves [#10](https://github.com/opencredo/terrahelp/issues/10))