Skip to content

Commit

Permalink
Add changelog for v0.45.0 (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiught committed Mar 17, 2023
1 parent 73204bf commit 1f91edb
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 0.45.0

BUG FIXES:

- `resource/auth0_branding_theme`: Fixed typo in `fonts.links_style` validation ([#523](https://github.com/auth0/terraform-provider-auth0/pull/523))
- `data-source/auth0_resource_server`: Fixed data source to always return the id instead of the identifier ([#532](https://github.com/auth0/terraform-provider-auth0/pull/532))

FEATURES:

- `data-source/auth0_custom_domain`: Added data source to fetch custom domain ([#526](https://github.com/auth0/terraform-provider-auth0/pull/526))
- `resource/auth0_connection`: Added support for ping federate connections ([#527](https://github.com/auth0/terraform-provider-auth0/pull/527))

ENHANCEMENTS:

- `resource/auth0_client_grant`: Check if client grant already exists before creating ([#529](https://github.com/auth0/terraform-provider-auth0/pull/529))
- `resource/auth0_connection`: Added `disable_self_service_change_password` flag to database connection ([#525](https://github.com/auth0/terraform-provider-auth0/pull/525))

NOTES:

- Updated docs for `auth0_role` resource ([#524](https://github.com/auth0/terraform-provider-auth0/pull/524))


## 0.44.1

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.44.1" # Refer to docs for latest version
version = ">= 0.45.0" # 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.44.1" # Refer to docs for latest version
version = "~> 0.45.0" # 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.44.1" # Refer to docs for latest version
version = "~> 0.45.0" # Refer to docs for latest version
}
}
}
Expand Down

0 comments on commit 1f91edb

Please sign in to comment.