Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

Commit cdae56a

Browse files
author
alexkalyvitis
committed
update changelog for 0.2.1
1 parent 8cceead commit cdae56a

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
<!-- ## v0.2.2 (Unreleased) -->
2+
3+
## v0.2.1 (October 21, 2019)
4+
5+
ENHANCEMENTS:
6+
7+
* resource/auth0_connection: Improved support for `enabled_clients` by using a set instead of a list ([#105](https://github.com/alexkappa/terraform-provider-auth0/pull/105)).
8+
* resource/auth0_connection: Add `community_base_url` to `salesforce-community` type connections ([#130](https://github.com/alexkappa/terraform-provider-auth0/pull/130)).
9+
* resource/auth0_client: Validate `app_type` ([#112](https://github.com/alexkappa/terraform-provider-auth0/pull/)).
10+
* resource/auth0_user: Make `password` a sensitive field ([#117](https://github.com/alexkappa/terraform-provider-auth0/pull/117)).
11+
12+
BUG FIXES
13+
14+
* resource/auth0_connection: Fix incorrect schema for `password_no_personal_info` ([#107](https://github.com/alexkappa/terraform-provider-auth0/pull/107)).
15+
* resource/auth0_user: Fix bugs in `user_metadata`, `app_metadata` and `password` ([#131](https://github.com/alexkappa/terraform-provider-auth0/pull/131)).
16+
17+
NOTES:
18+
19+
* Improve documentation on supported features ([#113](https://github.com/alexkappa/terraform-provider-auth0/pull/113)).
20+
* Update examples after upgrade to 0.2.x ([#114](https://github.com/alexkappa/terraform-provider-auth0/pull/114)).
21+
* Update terraform and auth0 dependencies to latest release ([#120](https://github.com/alexkappa/terraform-provider-auth0/pull/120)).
22+
* Add tenant example ([#125](https://github.com/alexkappa/terraform-provider-auth0/pull/125)).
23+
24+
FEATURES:
25+
26+
* resource/auth0_user: Support for `nickname` attribute ([#108](https://github.com/alexkappa/terraform-provider-auth0/pull/108))
27+
128
## v0.2.0 (June 27, 2019)
229

330
ENHANCEMENTS:

0 commit comments

Comments
 (0)