From 117f3b3db73e0b0839a007bb676daaf9abf12805 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 24 Jan 2023 21:42:41 +0000 Subject: [PATCH] chore(release): version 3.1.1 [skip ci] ### [3.1.1](https://github.com/terraform-aws-modules/terraform-aws-vpn-gateway/compare/v3.1.0...v3.1.1) (2023-01-24) ### Bug Fixes * Use a version for to avoid GitHub API rate limiting on CI workflows ([#82](https://github.com/terraform-aws-modules/terraform-aws-vpn-gateway/issues/82)) ([374ad66](https://github.com/terraform-aws-modules/terraform-aws-vpn-gateway/commit/374ad667b328f9b95536a8874ddfc4568542af2e)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31536cc..709de8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +### [3.1.1](https://github.com/terraform-aws-modules/terraform-aws-vpn-gateway/compare/v3.1.0...v3.1.1) (2023-01-24) + + +### Bug Fixes + +* Use a version for to avoid GitHub API rate limiting on CI workflows ([#82](https://github.com/terraform-aws-modules/terraform-aws-vpn-gateway/issues/82)) ([374ad66](https://github.com/terraform-aws-modules/terraform-aws-vpn-gateway/commit/374ad667b328f9b95536a8874ddfc4568542af2e)) + ## [3.1.0](https://github.com/terraform-aws-modules/terraform-aws-vpn-gateway/compare/v3.0.1...v3.1.0) (2022-11-15)