From 18652b435e34400a45f045234edc6c43eea8dd53 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 20 May 2024 21:35:18 +0000 Subject: [PATCH] chore(release): version 3.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [3.0.0](https://github.com/terraform-aws-modules/terraform-aws-managed-service-prometheus/compare/v2.2.3...v3.0.0) (2024-05-20) ### ⚠ BREAKING CHANGES * Add support for `kms_key_arn`; bump MSV of Terraform and AWS provider to `1.3` and `5.32` respectively to support (#16) ### Features * Add support for `kms_key_arn`; bump MSV of Terraform and AWS provider to `1.3` and `5.32` respectively to support ([#16](https://github.com/terraform-aws-modules/terraform-aws-managed-service-prometheus/issues/16)) ([fc33f68](https://github.com/terraform-aws-modules/terraform-aws-managed-service-prometheus/commit/fc33f68c596ac50f431172a91feed7ab17f65b11)) --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04b91aa..c1f6367 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [3.0.0](https://github.com/terraform-aws-modules/terraform-aws-managed-service-prometheus/compare/v2.2.3...v3.0.0) (2024-05-20) + + +### ⚠ BREAKING CHANGES + +* Add support for `kms_key_arn`; bump MSV of Terraform and AWS provider to `1.3` and `5.32` respectively to support (#16) + +### Features + +* Add support for `kms_key_arn`; bump MSV of Terraform and AWS provider to `1.3` and `5.32` respectively to support ([#16](https://github.com/terraform-aws-modules/terraform-aws-managed-service-prometheus/issues/16)) ([fc33f68](https://github.com/terraform-aws-modules/terraform-aws-managed-service-prometheus/commit/fc33f68c596ac50f431172a91feed7ab17f65b11)) + ## [2.2.3](https://github.com/terraform-aws-modules/terraform-aws-managed-service-prometheus/compare/v2.2.2...v2.2.3) (2024-03-06)