Skip to content

Commit

Permalink
Add changelog for v0.44.1 (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiught committed Mar 3, 2023
1 parent 7c50f16 commit 76cd907
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion templates/guides/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
Expand Down

0 comments on commit 76cd907

Please sign in to comment.