From 6434bd394c6f297d086bccea92d0626fd5c2e3d3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 17 Feb 2024 16:13:52 +0000 Subject: [PATCH] chore(release): version 5.2.0 [skip ci] ## [5.2.0](https://github.com/terraform-aws-modules/terraform-aws-cloudwatch/compare/v5.1.0...v5.2.0) (2024-02-17) ### Features * Cloudwatch composite alarm ([#65](https://github.com/terraform-aws-modules/terraform-aws-cloudwatch/issues/65)) ([3108669](https://github.com/terraform-aws-modules/terraform-aws-cloudwatch/commit/31086694efafbcad414853b33b9a2f362d8cacdd)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33a7faf..0cdb45a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [5.2.0](https://github.com/terraform-aws-modules/terraform-aws-cloudwatch/compare/v5.1.0...v5.2.0) (2024-02-17) + + +### Features + +* Cloudwatch composite alarm ([#65](https://github.com/terraform-aws-modules/terraform-aws-cloudwatch/issues/65)) ([3108669](https://github.com/terraform-aws-modules/terraform-aws-cloudwatch/commit/31086694efafbcad414853b33b9a2f362d8cacdd)) + ## [5.1.0](https://github.com/terraform-aws-modules/terraform-aws-cloudwatch/compare/v5.0.0...v5.1.0) (2024-01-14)