From 9dc3b24a3e30d32e372374f943d28e567ca88c11 Mon Sep 17 00:00:00 2001 From: Ramya Anusri <62586490+ramya18101@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:59:13 +0530 Subject: [PATCH] Add changelog for 1.9.0 (#1097) * Add changelog for 1.9.0 * Update changelog for 1.9.0 * bump --------- Co-authored-by: Rajat Bajaj --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d04bd63..d4463eda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v1.9.0 + +FEATURES: +- `resource/auth0_prompt_screen_renderer`: Add a resource for configuring the settings of prompt-screen ([#1077](https://github.com/auth0/terraform-provider-auth0/pull/1077)) +- `data-source/auth0_prompt_screen_renderer`: Add a data-source for retrieving prompt-screen settings ([#1077](https://github.com/auth0/terraform-provider-auth0/pull/1077)) + + ## v1.8.0 FEATURES: