From 6af44f5a90192660e519a3579fa81a7f2c73107d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 4 Jun 2024 15:30:54 +0000 Subject: [PATCH] chore(release): version 5.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [5.0.0](https://github.com/terraform-aws-modules/terraform-aws-apigateway-v2/compare/v4.0.0...v5.0.0) (2024-06-04) ### ⚠ BREAKING CHANGES * Updates to support websocket API Gateway (#54) ### Features * Updates to support websocket API Gateway ([#54](https://github.com/terraform-aws-modules/terraform-aws-apigateway-v2/issues/54)) ([30c9db0](https://github.com/terraform-aws-modules/terraform-aws-apigateway-v2/commit/30c9db028fe68c29f5db782c3d7bfb4f424d9ee3)) --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc9a24a..39b83cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [5.0.0](https://github.com/terraform-aws-modules/terraform-aws-apigateway-v2/compare/v4.0.0...v5.0.0) (2024-06-04) + + +### ⚠ BREAKING CHANGES + +* Updates to support websocket API Gateway (#54) + +### Features + +* Updates to support websocket API Gateway ([#54](https://github.com/terraform-aws-modules/terraform-aws-apigateway-v2/issues/54)) ([30c9db0](https://github.com/terraform-aws-modules/terraform-aws-apigateway-v2/commit/30c9db028fe68c29f5db782c3d7bfb4f424d9ee3)) + ## [4.0.0](https://github.com/terraform-aws-modules/terraform-aws-apigateway-v2/compare/v3.1.1...v4.0.0) (2024-03-14)