From 21384dc55b26a1801d0df897c6ff1fa55ac59bf0 Mon Sep 17 00:00:00 2001 From: tf-release-bot Date: Thu, 23 Sep 2021 09:31:15 +0000 Subject: [PATCH] v2.4.0 --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca08d0fb4b..21e200c78a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ -## 2.4.0 (Unreleased) +## 2.4.0 (September 23, 2021) FEATURES: -* **New Resource:** `axuread_app_role_assignment` [GH-584] +* **New Resource:** `axuread_app_role_assignment` ([#584](https://github.com/terraform-providers/terraform-provider-azuread/issues/584)) ENHANCEMENTS: -* `azuread_application_password` - support the `rotate_when_changed` property (this was previously available as an undocumented property `keepers`) [GH-572] -* `azuread_service_principal_password` - support the `rotate_when_changed` property (this was previously available as an undocumented property `keepers`) [GH-572] +* `azuread_application_password` - support the `rotate_when_changed` property (this was previously available as an undocumented property `keepers`) ([#572](https://github.com/terraform-providers/terraform-provider-azuread/issues/572)) +* `azuread_service_principal_password` - support the `rotate_when_changed` property (this was previously available as an undocumented property `keepers`) ([#572](https://github.com/terraform-providers/terraform-provider-azuread/issues/572)) ## 2.3.0 (September 16, 2021)