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

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Oct 20, 2020
1 parent 15a8818 commit 58de5e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
terraform-aws-cognito-auth-0.4.3 (2020-10-20)

* Updated all dependencies to fix security vulnerabilities
* Upgraded Lambda Node.js runtime to 12.x
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Add the following module to your Terraform configuration and apply it:
``` hcl
module "cognito-auth" {
source = "squidfunk/cognito-auth/aws"
version = "0.4.2"
version = "0.4.3"
namespace = "<namespace>"
region = "<region>"
Expand Down Expand Up @@ -197,7 +197,7 @@ and apply it:
``` hcl
module "cognito-auth" {
source = "squidfunk/cognito-auth/aws"
version = "0.4.2"
version = "0.4.3"
namespace = "example-auth"
region = "us-east-1"
Expand Down

0 comments on commit 58de5e9

Please sign in to comment.