From ce0fd32d4ee091713da6c0bc1a3fc888a2ec7ffa Mon Sep 17 00:00:00 2001 From: Alisdair McDiarmid Date: Wed, 20 Jan 2021 11:13:43 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64f12ecea8..a57eba676a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ BUG FIXES: * cli: Fix formatting of long integers in outputs and console ([#27479](https://github.com/hashicorp/terraform/issues/27479)) * cli: Fix redundant check of remote workspace version for local operations ([#27498](https://github.com/hashicorp/terraform/pull/27498)) +* cli: Fix missing check of remote workspace version for state migration [GH-27556] ## 0.14.4 (January 06, 2021)