diff --git a/CHANGELOG.md b/CHANGELOG.md index 203d27b04a..4b51fa1780 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,16 @@ -## 2.34.0 (Unreleased) +## 2.34.0 (February 16, 2023) IMPROVEMENTS: -* **Provider:** All resources will now explicitly use the Microsoft Graph v1.0 API unless stated otherwise in the provider documentation [GH-990] -* `data.azuread_application` - support the `description` attribute [GH-991] -* `azuread_application` - support app role and scope values up to 249 characters [GH-1010] +* **Provider:** All resources will now explicitly use the Microsoft Graph v1.0 API unless stated otherwise in the provider documentation ([#990](https://github.com/hashicorp/terraform-provider-azuread/issues/990)) +* `data.azuread_application` - support the `description` attribute ([#991](https://github.com/hashicorp/terraform-provider-azuread/issues/991)) +* `azuread_application` - support app role and scope values up to 249 characters ([#1010](https://github.com/hashicorp/terraform-provider-azuread/issues/1010)) BUG FIXES: -* **Provider:** Support authentication scenarios where the `oid` claim is missing from the access token [GH-1014] -* `data.azuread_application_template` - revert a workaround from v2.31.0 and no longer use the beta API for this data source [GH-987] -* `azuread_application` - work around an API bug where `mapped_claims_enabled` could be set on create when holding the `Application.ReadWrite.OwnedBy` role [GH-1008] +* **Provider:** Support authentication scenarios where the `oid` claim is missing from the access token ([#1014](https://github.com/hashicorp/terraform-provider-azuread/issues/1014)) +* `data.azuread_application_template` - revert a workaround from v2.31.0 and no longer use the beta API for this data source ([#987](https://github.com/hashicorp/terraform-provider-azuread/issues/987)) +* `azuread_application` - work around an API bug where `mapped_claims_enabled` could be set on create when holding the `Application.ReadWrite.OwnedBy` role ([#1008](https://github.com/hashicorp/terraform-provider-azuread/issues/1008)) ## 2.33.0 (January 19, 2023)