diff --git a/CHANGELOG.md b/CHANGELOG.md index 7df47915d..ea2f47d82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## 0.44.1 + +BUG FIXES: + +- `resource/auth0_prompt_custom_text`: Added missing status prompt type ([#513](https://github.com/auth0/terraform-provider-auth0/pull/513)) +- `data-source/auth0_connection`: Moved check for config secrets from the read to the update func ([#517](https://github.com/auth0/terraform-provider-auth0/pull/517)) + +ENHANCEMENTS: + +- `resource/auth0_branding_theme`: Made fields optional ([#499](https://github.com/auth0/terraform-provider-auth0/pull/499)) + +NOTES: + +- Added docs on available log stream types ([#462](https://github.com/auth0/terraform-provider-auth0/pull/462)) +- Added docs on how to obtain the custom domain id for importing `auth0_custom_domain` resources ([#463](https://github.com/auth0/terraform-provider-auth0/pull/463)) + + ## 0.44.0 BUG FIXES: diff --git a/README.md b/README.md index 2c883f5af..1b0daf6c4 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ terraform { required_providers { auth0 = { source = "auth0/auth0" - version = ">= 0.43.0" # Refer to docs for latest version + version = ">= 0.44.1" # Refer to docs for latest version } } } diff --git a/docs/guides/quickstart.md b/docs/guides/quickstart.md index cdf513df1..f5cbdaba7 100644 --- a/docs/guides/quickstart.md +++ b/docs/guides/quickstart.md @@ -58,7 +58,7 @@ terraform { required_providers { auth0 = { source = "auth0/auth0" - version = "~> 0.34.0" + version = "~> 0.44.1" # Refer to docs for latest version } } } diff --git a/templates/guides/quickstart.md b/templates/guides/quickstart.md index cdf513df1..f5cbdaba7 100644 --- a/templates/guides/quickstart.md +++ b/templates/guides/quickstart.md @@ -58,7 +58,7 @@ terraform { required_providers { auth0 = { source = "auth0/auth0" - version = "~> 0.34.0" + version = "~> 0.44.1" # Refer to docs for latest version } } }