From b9b5aa1afda527563593dc2bf0352112bf750df1 Mon Sep 17 00:00:00 2001 From: Jeremy Udit Date: Mon, 7 Jun 2021 20:11:12 -0400 Subject: [PATCH] docs: add changelog entry for v4.11.0 --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4539abf755..7afab2fbf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ -## Unreleased +## 4.11.0 (Jun 7, 2021) BREAKING CHANGES: -- Allow GitHub App PEM data to be passed directly ([#803](https://github.com/integrations/terraform-provider-github/issues/803)) +- Allow PEM data to be passed directly for GitHub App provider authentication ([#803](https://github.com/integrations/terraform-provider-github/issues/803)) + +ENHANCEMENTS: + +- Add `encrypted_value` field to `github_actions_secret` and `github_actions_organization_secret` resources ([#807](https://github.com/integrations/terraform-provider-github/issues/807)) + +BUG FIXES: + +- Fix error handling when branch does not exist for `github_branch` resource ([#806](https://github.com/integrations/terraform-provider-github/issues/806)) ## 4.10.1 (May 25, 2021)