From e14493cd79a2395dd887d8cd5785ba6f475226b3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 12 Oct 2023 23:16:26 +0000 Subject: [PATCH] chore(release): version 3.7.1 [skip ci] ### [3.7.1](https://github.com/terraform-aws-modules/terraform-aws-vpn-gateway/compare/v3.7.0...v3.7.1) (2023-10-12) ### Bug Fixes * Add `dpd_timeout_seconds` to `tunnel_preshared` ([#95](https://github.com/terraform-aws-modules/terraform-aws-vpn-gateway/issues/95)) ([21442a7](https://github.com/terraform-aws-modules/terraform-aws-vpn-gateway/commit/21442a7be49c123bc1bdf1701f92cebfa304219e)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8f4598..33baa8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +### [3.7.1](https://github.com/terraform-aws-modules/terraform-aws-vpn-gateway/compare/v3.7.0...v3.7.1) (2023-10-12) + + +### Bug Fixes + +* Add `dpd_timeout_seconds` to `tunnel_preshared` ([#95](https://github.com/terraform-aws-modules/terraform-aws-vpn-gateway/issues/95)) ([21442a7](https://github.com/terraform-aws-modules/terraform-aws-vpn-gateway/commit/21442a7be49c123bc1bdf1701f92cebfa304219e)) + ## [3.7.0](https://github.com/terraform-aws-modules/terraform-aws-vpn-gateway/compare/v3.6.0...v3.7.0) (2023-09-18)