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

Commit 65ca9fd

Browse files
committed
Prepare 0.4.1 release
1 parent cbd5ff2 commit 65ca9fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.4.0"
89+
version = "0.4.1"
9090
9191
namespace = "<namespace>"
9292
region = "<region>"
@@ -200,7 +200,7 @@ and apply it:
200200
``` hcl
201201
module "cognito-auth" {
202202
source = "github.com/squidfunk/terraform-aws-cognito-auth"
203-
version = "0.4.0"
203+
version = "0.4.1"
204204
205205
namespace = "example-auth"
206206
region = "us-east-1"

0 commit comments

Comments
 (0)