From 7d5e471276fecc6f5c0106a9e597f48a3ddfac27 Mon Sep 17 00:00:00 2001 From: Keegan Campbell Date: Thu, 3 Mar 2022 12:58:03 -0800 Subject: [PATCH] Add changelog for v4.20.1 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af66b9c01d..b16d1ab1bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 4.21.0 (Mar 3, 2022) + +BUG FIXES: + +* Remove team from state if deletion failed and it does not exist by @cytopia in https://github.com/integrations/terraform-provider-github/pull/1039 + * Note that this is a behavior change from previous GitHub Terraform provider releases: now, if a GitHub team deletion operation fails and the team does not exist, the team will be automatically removed from state. +* Make data_github_repository work with non-existing repositories by @tobiassjosten in https://github.com/integrations/terraform-provider-github/pull/1031 +* Standardize logs by @kfcampbell in https://github.com/integrations/terraform-provider-github/pull/1053 + ## 4.20.0 (Feb 3, 2022) ENHANCEMENTS: