From 5eaeb0f89fbf53521777fcf7db628a1d0c910624 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 15 Nov 2016 11:56:14 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d1cc0e63..52a291d47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## 0.8.0-beta2 (unreleased) +BASED ON: 0.7.11 (includes any changes up to that point as well) + FEATURES: * **New command:** `terraform console`, an interactive console for experimenting @@ -14,6 +16,8 @@ FEATURES: ## 0.8.0-beta1 (November 11, 2016) +BASED ON: 0.7.10 (includes any changes up to that point as well) + BACKWARDS INCOMPATIBILITIES / NOTES: * `template_file` _inline_ templates must escape their variable usage. What