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

Commit cf9aaef

Browse files
committed
use custom changelog to conform with tf dev program
1 parent 20cc431 commit cf9aaef

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## v0.1.15 (Unreleased)
2+
3+
FEATURES:
4+
5+
* **New Resource:** auth0_tenant ([#79](https://github.com/yieldr/terraform-provider-auth0/pull/79))
6+
7+
ENHANCEMENTS:
8+
9+
* resource/auth0_connection: `enabled_clients` will suppress diff if the list order is different.
10+
* resource/auth0_connection: set `client_secret` to sensitive ([#91](https://github.com/yieldr/terraform-provider-auth0/pull/91)).
11+
* resource/auth0_resource_server: introduce `token_lifetime_for_web` ([#84](https://github.com/yieldr/terraform-provider-auth0/pull/84)).
12+
13+
NOTES:
14+
15+
* Re-imported Auth0 SDK from `gopkg.in/auth0.v1`.

wercker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ release:
3131
- script:
3232
name: release
3333
code: |
34-
curl -sL https://git.io/goreleaser | bash -s -- --skip-validate
34+
curl -sL https://git.io/goreleaser | bash -s -- --skip-validate --release-notes=CHANGELOG.md

0 commit comments

Comments
 (0)