From f8181798785f40432e38dec89a318c8935b0cc0c Mon Sep 17 00:00:00 2001 From: Jeremy Udit Date: Mon, 26 Jul 2021 09:08:13 -0400 Subject: [PATCH] docs: add v4.13.0 changelog entry --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcbac3360f..d9f5da13ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 4.13.0 (Jul 26, 2021) + +BUG FIXES: + +- Fix setting `vulnerability_alerts` on private `github_repository` creation ([#768](https://github.com/integrations/terraform-provider-github/issues/768)) + +ENHANCEMENTS: + +- Add `restrict_dismissals` option to `github_branch_protection` resource ([#839](https://github.com/integrations/terraform-provider-github/issues/839)) + ## 4.12.2 (Jul 12, 2021) BUG FIXES: