From 425fdd742494aa624ed0ac8e824a1dac6f877cca Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 2 Aug 2024 18:51:51 +0000 Subject: [PATCH] chore(release): version 5.1.1 [skip ci] ## [5.1.1](https://github.com/terraform-aws-modules/terraform-aws-apigateway-v2/compare/v5.1.0...v5.1.1) (2024-08-02) ### Bug Fixes * Do not create cors_configuration when variable not provided ([#114](https://github.com/terraform-aws-modules/terraform-aws-apigateway-v2/issues/114)) ([0ed8ffe](https://github.com/terraform-aws-modules/terraform-aws-apigateway-v2/commit/0ed8ffe304c4759bfca80189be85eb506ffcdcc4)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ea2035..ea73859 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [5.1.1](https://github.com/terraform-aws-modules/terraform-aws-apigateway-v2/compare/v5.1.0...v5.1.1) (2024-08-02) + + +### Bug Fixes + +* Do not create cors_configuration when variable not provided ([#114](https://github.com/terraform-aws-modules/terraform-aws-apigateway-v2/issues/114)) ([0ed8ffe](https://github.com/terraform-aws-modules/terraform-aws-apigateway-v2/commit/0ed8ffe304c4759bfca80189be85eb506ffcdcc4)) + ## [5.1.0](https://github.com/terraform-aws-modules/terraform-aws-apigateway-v2/compare/v5.0.0...v5.1.0) (2024-07-05)