From 61238b98abe8153458ea71f8165ed1987f0bd52d Mon Sep 17 00:00:00 2001 From: Jeremy Udit Date: Wed, 17 Feb 2021 19:20:58 -0500 Subject: [PATCH] add v4.5.0 release notes --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf4d589962..b494b1a3d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,16 @@ +## 4.5.0 (February 17, 2021) + +ENHANCEMENTS: + +- Add ability for `github_team_repository` to accept slug as a valid `team_id` ([#693](https://github.com/integrations/terraform-provider-github/pull/693)) + ## 4.4.1 (February 17, 2021) BUG FIXES: -- Add more context to error messaging for `github_branch_protection` (#691) -- Satisfy linter recommendation for `github_branch_protection` (#694) +- Add more context to error messaging for `github_branch_protection` ([#691](https://github.com/integrations/terraform-provider-github/pull/691)) +- Satisfy linter recommendation for `github_branch_protection` ([#694](https://github.com/integrations/terraform-provider-github/pull/694)) + ## 4.4.0 (February 5, 2021)