diff --git a/Cargo.lock b/Cargo.lock index 90d841c..6a4f53d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1264,7 +1264,7 @@ dependencies = [ [[package]] name = "oidc-authorizer" -version = "0.0.3" +version = "0.0.4" dependencies = [ "chrono", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index 05c05ee..a5de141 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oidc-authorizer" -version = "0.0.3" +version = "0.0.4" edition = "2021" license = "MIT" diff --git a/docs/deploy.md b/docs/deploy.md index 61d5d25..25c7b30 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -26,7 +26,7 @@ Resources: Properties: Location: ApplicationId: arn:aws:serverlessrepo:eu-west-1:795006566846:applications/oidc-authorizer - SemanticVersion: 0.0.3 # ⬅️ CHANGE: SPECIFY THE EXACT VERSION + SemanticVersion: 0.0.4 # ⬅️ CHANGE: SPECIFY THE EXACT VERSION Parameters: # 👀 CHANGE THE FOLLOWING PARAMETERS AcceptedAlgorithms: "" diff --git a/examples/sam-from-sar/template.yml b/examples/sam-from-sar/template.yml index 0dfc625..026beae 100644 --- a/examples/sam-from-sar/template.yml +++ b/examples/sam-from-sar/template.yml @@ -24,7 +24,7 @@ Resources: Properties: Location: ApplicationId: arn:aws:serverlessrepo:eu-west-1:795006566846:applications/oidc-authorizer - SemanticVersion: 0.0.3 # 👀 CHANGE ME + SemanticVersion: 0.0.4 # 👀 CHANGE ME Parameters: # 👀 CHANGE THE FOLLOWING PARAMETERS AcceptedAlgorithms: "" diff --git a/template.yml b/template.yml index f80b17c..5fdc681 100644 --- a/template.yml +++ b/template.yml @@ -11,7 +11,7 @@ Metadata: ReadmeUrl: README.md Labels: ["apigateway", "authorizer", "lambda", "oidc"] HomePageUrl: https://github.com/lmammino/oidc-authorizer - SemanticVersion: 0.0.3 + SemanticVersion: 0.0.4 SourceCodeUrl: https://github.com/lmammino/oidc-authorizer Parameters: