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