From 0181ecbdcdae1260bb3c8e0482ad441b8a5931d8 Mon Sep 17 00:00:00 2001 From: Moritz Zimmer Date: Thu, 9 Jun 2022 10:04:04 +0200 Subject: [PATCH] Bump version to v6.2.0 Signed-off-by: Moritz Zimmer --- README.md | 2 +- VERSION.txt | 2 +- docs/part1.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9c1dd05..cfb5912 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # AWS Lambda Terraform module -![](https://github.com/moritzzimmer/terraform-aws-lambda/workflows/Terraform%20CI/badge.svg) [![Terraform Module Registry](https://img.shields.io/badge/Terraform%20Module%20Registry-6.1.1-blue.svg)](https://registry.terraform.io/modules/moritzzimmer/lambda/aws/6.1.1) ![Terraform Version](https://img.shields.io/badge/Terraform-0.12+-green.svg) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +![](https://github.com/moritzzimmer/terraform-aws-lambda/workflows/Terraform%20CI/badge.svg) [![Terraform Module Registry](https://img.shields.io/badge/Terraform%20Module%20Registry-6.2.0-blue.svg)](https://registry.terraform.io/modules/moritzzimmer/lambda/aws/6.2.0) ![Terraform Version](https://img.shields.io/badge/Terraform-0.12+-green.svg) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) Terraform module to create AWS [Lambda](https://www.terraform.io/docs/providers/aws/r/lambda_function.html) and accompanying resources for an efficient and secure development of Lambda functions like: diff --git a/VERSION.txt b/VERSION.txt index 035fbdc..2dc8e03 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -v6.1.1 +v6.2.0 diff --git a/docs/part1.md b/docs/part1.md index 03eed84..bad44b6 100644 --- a/docs/part1.md +++ b/docs/part1.md @@ -1,6 +1,6 @@ # AWS Lambda Terraform module -![](https://github.com/moritzzimmer/terraform-aws-lambda/workflows/Terraform%20CI/badge.svg) [![Terraform Module Registry](https://img.shields.io/badge/Terraform%20Module%20Registry-6.1.1-blue.svg)](https://registry.terraform.io/modules/moritzzimmer/lambda/aws/6.1.1) ![Terraform Version](https://img.shields.io/badge/Terraform-0.12+-green.svg) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +![](https://github.com/moritzzimmer/terraform-aws-lambda/workflows/Terraform%20CI/badge.svg) [![Terraform Module Registry](https://img.shields.io/badge/Terraform%20Module%20Registry-6.2.0-blue.svg)](https://registry.terraform.io/modules/moritzzimmer/lambda/aws/6.2.0) ![Terraform Version](https://img.shields.io/badge/Terraform-0.12+-green.svg) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) Terraform module to create AWS [Lambda](https://www.terraform.io/docs/providers/aws/r/lambda_function.html) and accompanying resources for an efficient and secure development of Lambda functions like: