Skip to content

Commit

Permalink
Add changelog for v1.3.0 (#976)
Browse files Browse the repository at this point in the history
* Add changelog for v1.3.0

* Add changelog entry for data source updates
  • Loading branch information
acwest committed Jun 18, 2024
1 parent a57c0ca commit 6e5d2b4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v1.3.0

FEATURES:

- `resource/auth0_connection`: Add support for `is_signup_enabled` to support configuring sign-ups with Organization Membership ([#974](https://github.com/auth0/terraform-provider-auth0/pull/974))
- `resource/auth0_connection`: Add support for `show_as_button` to allow the button to be disabled in Organization Enterprise connections ([#974](https://github.com/auth0/terraform-provider-auth0/pull/974))
- `resource/auth0_resource_server`: Add Support for `rfc9068_profile` and `rfc9068_profile_authz` Token Dialects in Resource Server Configuration
- `data-source/auth0_organization`: Add `is_signup_enabled` to `connections` to indicate if sign-ups with Organization Membership are enabled ([#974](https://github.com/auth0/terraform-provider-auth0/pull/974))
- `data-source/auth0_organization`: Add `show_as_button` to `connections` to indicatate if button is disabled in Organization Enterprise connections ([#974](https://github.com/auth0/terraform-provider-auth0/pull/974))
([#973](https://github.com/auth0/terraform-provider-auth0/pull/973))

## v1.2.1

ENHANCEMENTS:
Expand Down

0 comments on commit 6e5d2b4

Please sign in to comment.