|
1 | 1 | <!-- ## v0.x.x (Unreleased) --> |
2 | 2 |
|
| 3 | +## v0.4.2 (December 30, 2019) |
| 4 | + |
| 5 | +ENHANCEMENTS: |
| 6 | + |
| 7 | +* resource/*: update and destroy operations now do not fail if the resource has been deleted manually ([#155](https://github.com/alexkappa/terraform-provider-auth0/pull/155)). |
| 8 | + |
3 | 9 | ## v0.4.1 (December 18, 2019) |
4 | 10 |
|
5 | 11 | ENHANCEMENTS: |
6 | 12 |
|
7 | | -* resource/auth0_client: support rotating `client_secret` by changing the value of `client_secret_rotation_trigger` ([#153](https://github.com/terraform-providers/terraform-provider-auth0/pull/153)). |
| 13 | +* resource/auth0_client: support rotating `client_secret` by changing the value of `client_secret_rotation_trigger` ([#153](https://github.com/alexkappa/terraform-provider-auth0/pull/153)). |
8 | 14 |
|
9 | 15 | ## v0.4.0 (December 13, 2019) |
10 | 16 |
|
11 | 17 | ENHANCEMENTS: |
12 | 18 |
|
13 | | -* resource/auth0_connection: Introduce `password_complexity_options` ([#132](https://github.com/terraform-providers/terraform-provider-auth0/pull/132)). |
14 | | -* resource/auth0_resource_server: `signing_secret` is now also a computed field. If set it's validated to be at least 16 characters ([#146](https://github.com/terraform-providers/terraform-provider-auth0/pull/146)). |
15 | | -* resource/auth0_resource_server: `identifier` update forces new resource ([#147](https://github.com/terraform-providers/terraform-provider-auth0/pull/147)). |
16 | | -* resource/auth0_role (**breaking change**): `user_ids` is removed. In its place the following is introduced ([#149](https://github.com/terraform-providers/terraform-provider-auth0/pull/149)). |
17 | | -* resource/auth0_user: `roles` is added ([#149](https://github.com/terraform-providers/terraform-provider-auth0/pull/149)). |
| 19 | +* resource/auth0_connection: Introduce `password_complexity_options` ([#132](https://github.com/alexkappa/terraform-provider-auth0/pull/132)). |
| 20 | +* resource/auth0_resource_server: `signing_secret` is now also a computed field. If set it's validated to be at least 16 characters ([#146](https://github.com/alexkappa/terraform-provider-auth0/pull/146)). |
| 21 | +* resource/auth0_resource_server: `identifier` update forces new resource ([#147](https://github.com/alexkappa/terraform-provider-auth0/pull/147)). |
| 22 | +* resource/auth0_role (**breaking change**): `user_ids` is removed. In its place the following is introduced ([#149](https://github.com/alexkappa/terraform-provider-auth0/pull/149)). |
| 23 | +* resource/auth0_user: `roles` is added ([#149](https://github.com/alexkappa/terraform-provider-auth0/pull/149)). |
18 | 24 |
|
19 | 25 | BUG FIXES: |
20 | 26 |
|
21 | | -* resource/auth0_connection: Fix `password_dictionary` [#128](https://github.com/terraform-providers/terraform-provider-auth0/pull/128) |
22 | | -* resource/auth0_client: Fix `is_first_party` setting if set to zero value ([#148](https://github.com/terraform-providers/terraform-provider-auth0/pull/148)). |
| 27 | +* resource/auth0_connection: Fix `password_dictionary` [#128](https://github.com/alexkappa/terraform-provider-auth0/pull/128) |
| 28 | +* resource/auth0_client: Fix `is_first_party` setting if set to zero value ([#148](https://github.com/alexkappa/terraform-provider-auth0/pull/148)). |
23 | 29 |
|
24 | 30 | ## v0.3.1 (December 10, 2019) |
25 | 31 |
|
26 | 32 | ENHANCEMENTS: |
27 | 33 |
|
28 | | -* resource/auth0_tenant: Support `flags` and `universal_login` settings [#133](https://github.com/terraform-providers/terraform-provider-auth0/pull/133) |
| 34 | +* resource/auth0_tenant: Support `flags` and `universal_login` settings [#133](https://github.com/alexkappa/terraform-provider-auth0/pull/133) |
29 | 35 |
|
30 | 36 | ## v0.3.0 (December 10, 2019) |
31 | 37 |
|
32 | 38 | BUG FIXES: |
33 | 39 |
|
34 | | -* resource/auth0_email_template: Fix 404 issue when modifying templates ([#144](https://github.com/terraform-providers/terraform-provider-auth0/pull/144)). |
| 40 | +* resource/auth0_email_template: Fix 404 issue when modifying templates ([#144](https://github.com/alexkappa/terraform-provider-auth0/pull/144)). |
35 | 41 |
|
36 | 42 | NOTES: |
37 | 43 |
|
|
0 commit comments