From 28b2383eacaefaa88dd67afdf1d3af28e21900c0 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Thu, 9 May 2019 15:54:29 -0700 Subject: [PATCH] Link to later v0.11.x releases on the v0.11 maintenance branch --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50980e6c3..ee47a943b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -265,6 +265,8 @@ In addition to the high-level known issues above, please refer also to [the GitH ## 0.11.11 (December 14, 2018) +**NOTE:** Subsequent releases in the v0.11.x line occurred after this branch pivoted to v0.12.0 development. For more information on these, see [the v0.11 maintenance changelog](https://github.com/hashicorp/terraform/blob/v0.11/CHANGELOG.md). + IMPROVEMENTS: * backend/remote: Return detailed version (in)compatibility information ([#19660](https://github.com/hashicorp/terraform/issues/19660))