From fd3aecf263621e3652ebd6a0a444edff2ae3b903 Mon Sep 17 00:00:00 2001
From: Otto Kruse <ottokrus@amazon.nl>
Date: Fri, 13 Sep 2024 17:57:42 +0200
Subject: [PATCH] v2.3.1 (#291)

---
 example-serverless-app-reuse/reuse-auth-only.yaml             | 2 +-
 example-serverless-app-reuse/reuse-complete-cdk.ts            | 2 +-
 example-serverless-app-reuse/reuse-complete.yaml              | 2 +-
 .../reuse-with-existing-user-pool.yaml                        | 2 +-
 template.yaml                                                 | 4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/example-serverless-app-reuse/reuse-auth-only.yaml b/example-serverless-app-reuse/reuse-auth-only.yaml
index c774faf..9936d37 100644
--- a/example-serverless-app-reuse/reuse-auth-only.yaml
+++ b/example-serverless-app-reuse/reuse-auth-only.yaml
@@ -32,7 +32,7 @@ Parameters:
   SemanticVersion:
     Type: String
     Description: Semantic version of the back end
-    Default: 2.3.0
+    Default: 2.3.1
 
   HttpHeaders:
     Type: String
diff --git a/example-serverless-app-reuse/reuse-complete-cdk.ts b/example-serverless-app-reuse/reuse-complete-cdk.ts
index 3a470cc..2179137 100755
--- a/example-serverless-app-reuse/reuse-complete-cdk.ts
+++ b/example-serverless-app-reuse/reuse-complete-cdk.ts
@@ -19,7 +19,7 @@ const authAtEdge = new sam.CfnApplication(stack, "AuthorizationAtEdge", {
   location: {
     applicationId:
       "arn:aws:serverlessrepo:us-east-1:520945424137:applications/cloudfront-authorization-at-edge",
-    semanticVersion: "2.3.0",
+    semanticVersion: "2.3.1",
   },
   parameters: {
     EmailAddress: "johndoe@example.com",
diff --git a/example-serverless-app-reuse/reuse-complete.yaml b/example-serverless-app-reuse/reuse-complete.yaml
index 1e1df61..b6484cc 100644
--- a/example-serverless-app-reuse/reuse-complete.yaml
+++ b/example-serverless-app-reuse/reuse-complete.yaml
@@ -12,7 +12,7 @@ Resources:
     Properties:
       Location:
         ApplicationId: arn:aws:serverlessrepo:us-east-1:520945424137:applications/cloudfront-authorization-at-edge
-        SemanticVersion: 2.3.0
+        SemanticVersion: 2.3.1
   AlanTuring:
     Type: AWS::Cognito::UserPoolUser
     Properties:
diff --git a/example-serverless-app-reuse/reuse-with-existing-user-pool.yaml b/example-serverless-app-reuse/reuse-with-existing-user-pool.yaml
index 8be5a11..0779e49 100644
--- a/example-serverless-app-reuse/reuse-with-existing-user-pool.yaml
+++ b/example-serverless-app-reuse/reuse-with-existing-user-pool.yaml
@@ -75,7 +75,7 @@ Resources:
     Properties:
       Location:
         ApplicationId: arn:aws:serverlessrepo:us-east-1:520945424137:applications/cloudfront-authorization-at-edge
-        SemanticVersion: 2.3.0
+        SemanticVersion: 2.3.1
       Parameters:
         UserPoolArn: !GetAtt UserPool.Arn
         UserPoolClientId: !Ref UserPoolClient
diff --git a/template.yaml b/template.yaml
index 122b3ab..fcaa140 100644
--- a/template.yaml
+++ b/template.yaml
@@ -27,7 +27,7 @@ Metadata:
         "amplify",
       ]
     HomePageUrl: https://github.com/aws-samples/cloudfront-authorization-at-edge
-    SemanticVersion: 2.3.0
+    SemanticVersion: 2.3.1
     SourceCodeUrl: https://github.com/aws-samples/cloudfront-authorization-at-edge
 
 Parameters:
@@ -150,7 +150,7 @@ Parameters:
   Version:
     Type: String
     Description: "Changing this parameter after initial deployment forces redeployment of Lambda@Edge functions"
-    Default: "2.3.0"
+    Default: "2.3.1"
   LogLevel:
     Type: String
     Description: "Use for development: setting to a value other than none turns on logging at that level. Warning! This will log sensitive data, use for development only"