Skip to content

Commit

Permalink
Add changelog for v1.1.0 (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiught committed Nov 14, 2023
1 parent b77355b commit affc7d8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## v1.1.0

FEATURES:

- `resource/auth0_tenant`: Add support for `customize_mfa_in_postlogin_action` setting ([#871](https://github.com/auth0/terraform-provider-auth0/pull/871))

ENHANCEMENTS:

- `resource/auth0_client`: Set default `token_endpoint_auth_method` based on `app_type` on creation ([#878](https://github.com/auth0/terraform-provider-auth0/pull/878))

BUG FIXES:

- `resource/auth0_tenant`: Set default `idle_session_lifetime` and `session_lifetime` on import ([#849](https://github.com/auth0/terraform-provider-auth0/pull/849))
- `resource/auth0_connection`: Prevent panic when checking for database config secrets ([#864](https://github.com/auth0/terraform-provider-auth0/pull/864))
- `resource/auth0_branding`: Allow deleting the resource even on free tenants ([#875](https://github.com/auth0/terraform-provider-auth0/pull/875))
- `data-source/auth0_organization`: Fix how we fetch organizations by name ([#877](https://github.com/auth0/terraform-provider-auth0/pull/877))
- `resource/auth0_connection`: Add support for `disable_self_service_change_password` on AD connection options ([#874](https://github.com/auth0/terraform-provider-auth0/pull/874))


## v1.0.0

NOTES:
Expand Down

0 comments on commit affc7d8

Please sign in to comment.