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

Commit

Permalink
update changelog for 0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Kalyvitis committed Oct 27, 2021
1 parent c43fe6b commit 7604088
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
## Unreleased

ENHANCEMENTS:
## 0.21.1

* resource/auth0_client: Documentation removal of `custom_login_page_preview` field [#386](https://github.com/alexkappa/terraform-provider-auth0/pull/386)
* resource/auth0_client: Add `organization_usage` and `organization_require_behavior` parameters to `auth0_client` resource. ([#451](https://github.com/alexkappa/terraform-provider-auth0/pull/451))

NOTES:

* Bumped go-auth0 version to v5.17.0 [#398](https://github.com/alexkappa/terraform-provider-auth0/pull/398)
* Build darwin/arm64 binaries for Mac M1 silicon ([#421](https://github.com/alexkappa/terraform-provider-auth0/pull/421))

## 0.21.0

Expand Down
2 changes: 1 addition & 1 deletion auth0/resource_auth0_email_template_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func TestAccEmailTemplate(t *testing.T) {
"auth0": Provider(),
},
Steps: []resource.TestStep{
resource.TestStep{
{
Config: testAccEmailTemplateConfig,
Check: resource.ComposeTestCheckFunc(
resource.TestCheckResourceAttr("auth0_email_template.my_email_template", "template", "welcome_email"),
Expand Down
2 changes: 1 addition & 1 deletion auth0/resource_auth0_rule_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func TestAccRule(t *testing.T) {
"auth0": Provider(),
},
Steps: []resource.TestStep{
resource.TestStep{
{
Config: random.Template(testAccRule, rand),
Check: resource.ComposeTestCheckFunc(
random.TestCheckResourceAttr("auth0_rule.my_rule", "name", "acceptance-test-{{.random}}", rand),
Expand Down

0 comments on commit 7604088

Please sign in to comment.