From c7ad4ee1ebae3f441dbf7832bd7e29711d5c3269 Mon Sep 17 00:00:00 2001 From: "A. Craig West" Date: Wed, 17 Jul 2024 22:15:16 -0400 Subject: [PATCH] Add changelog for v1.4.0 (#988) --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2bf1bea9..7abcd17b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v1.4.0 + +FEATURES: + +- `resource/auth0_connection_scim_configuration`: Add a resource for managing SCIM(System for Cross-domain Identity Management) configuration. ([#980](https://github.com/auth0/terraform-provider-auth0/pull/980)) +- `resource/auth0_prompt_custom_text`: Add new prompt values (`captcha`, `custom-form`, `customized-consent`, `passkeys`, `phone-identifier-challenge`, `phone-identifier-enrollment`) to the `auth0_prompt_custom_text` resource. ([#985](https://github.com/auth0/terraform-provider-auth0/pull/985)) +- `data-source/auth0_connection_scim_configuration`: Add a data source for managing SCIM(System for Cross-domain Identity Management) configuration. ([#980](https://github.com/auth0/terraform-provider-auth0/pull/980)) + +NOTES: + +- `resource/auth0_tenant`: Deprecated the `require-pushed-authorization-requests` attribute. ([#986](https://github.com/auth0/terraform-provider-auth0/pull/986)) + ## v1.3.0 FEATURES: