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

Commit 58b1f49

Browse files
committed
Prepare 0.3.3 release [ci skip]
1 parent b7ce245 commit 58b1f49

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
terraform-aws-cognito-auth-0.3.3 (2019-02-24)
2+
3+
* Fixed race conditions in authentication component rendering
4+
15
terraform-aws-cognito-auth-0.3.2 (2018-12-28)
26

37
* Updated all dependencies to fix security vulnerabilities

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Add the following module to your Terraform configuration and apply it:
8686
``` hcl
8787
module "cognito-auth" {
8888
source = "github.com/squidfunk/terraform-aws-cognito-auth"
89-
version = "0.3.2"
89+
version = "0.3.3"
9090
9191
namespace = "<namespace>"
9292
region = "<region>"
@@ -200,7 +200,7 @@ configuration and apply it:
200200
``` hcl
201201
module "cognito-auth" {
202202
source = "github.com/squidfunk/terraform-aws-cognito-auth"
203-
version = "0.3.2"
203+
version = "0.3.3"
204204
205205
namespace = "example-auth"
206206
region = "us-east-1"

0 commit comments

Comments
 (0)