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

Commit

Permalink
Go fmt and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Kalyvitis committed Nov 9, 2021
1 parent 85e5d59 commit 20dffdb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## 0.23.2

ENHANCEMENTS:

* **New Resource:** `auth0_custom_domain_verification` ([#410](https://github.com/alexkappa/terraform-provider-auth0/pull/410))
* resource/auth0_client: Add support for `allowed_clients` ([#443](https://github.com/alexkappa/terraform-provider-auth0/pull/443))

## 0.23.1
Expand All @@ -10,10 +13,14 @@ BUG FIXES:

## 0.23.0

ENHANCEMENTS:

* **New Resource:** `auth0_action` ([#464](https://github.com/alexkappa/terraform-provider-auth0/pull/464))

## 0.22.0

ENHANCEMENTS:

* **New Resource:** `auth0_organization` ([#458](https://github.com/alexkappa/terraform-provider-auth0/pull/458))

## 0.21.1
Expand Down
2 changes: 1 addition & 1 deletion auth0/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func init() {
"auth0_log_stream": newLogStream(),
"auth0_branding": newBranding(),
"auth0_guardian": newGuardian(),
"auth0_organization": newOrganization(),
"auth0_organization": newOrganization(),
"auth0_action": newAction(),
},
ConfigureFunc: Configure,
Expand Down

0 comments on commit 20dffdb

Please sign in to comment.