Skip to content

Latest commit

 

History

History
59 lines (31 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

59 lines (31 loc) · 1.28 KB

v0.2.0 (June 27, 2019)

ENHANCEMENTS:

  • resource/auth0_user: Add support for user attribute nickname

BUG FIXES:

  • resource/auth0_connection: Fix icorrect schema of password_no_personal_info

NOTES:

  • Provider is compatible with Terraform v0.12.3

v0.1.20 (May 17, 2019)

FEATURES:

  • resource/auth0_connection: Add twillio for guardian mfa

v0.1.19 (May 14, 2019)

ENHANCEMENTS

  • resource/auth0_connection: Add adfs_server field.

v0.1.18 (March 26, 2019)

NOTES:

  • Extract version from changelog for release notes.

v0.1.17 (March 26, 2019)

NOTES:

  • Update Travis to build on tag push.

v0.1.16 (March 25, 2019)

NOTES:

  • Added contributing, code of conduct, issue templates to the project.

v0.1.15 (March 25, 2019)

FEATURES:

  • New Resource: auth0_tenant (#79)

ENHANCEMENTS:

  • resource/auth0_connection: enabled_clients will suppress diff if the list order is different.
  • resource/auth0_connection: set client_secret to sensitive (#91).
  • resource/auth0_resource_server: introduce token_lifetime_for_web (#84).

NOTES:

  • Re-imported Auth0 SDK from gopkg.in/auth0.v1.