From 7bd662d58772c1ec6b0236f1987f031f796ccacf Mon Sep 17 00:00:00 2001 From: Kristin Laemmert Date: Wed, 12 Feb 2020 14:57:24 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf81f21d2..83eab36f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -## 0.12.21 (Unreleased) +## 0.13.0 (Unreleased) + +BREAKING CHANGES: + +* command/import: remove the deprecated -provider command line argument [GH-24090] +#22862 fixed a bug where the `import` command was not properly attaching the configured provider for a resource to be imported, making the `-provider` command line argument unnecessary. NEW FEATURES: