From 8d0b22f1f242a1b36e29b8cb38aaeac9b887500d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 5 Oct 2023 15:13:18 +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-acm/compare/v4.5.0...v5.0.0) (2023-10-05) ### ⚠ BREAKING CHANGES * Remove `NONE` validation method and set default to `null` (#141) ### Features * Remove `NONE` validation method and set default to `null` ([#141](https://github.com/terraform-aws-modules/terraform-aws-acm/issues/141)) ([2cb2b7c](https://github.com/terraform-aws-modules/terraform-aws-acm/commit/2cb2b7c907c68f4335afe41b731821043a01dad6)) --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 422fe3f..52f6f8f 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-acm/compare/v4.5.0...v5.0.0) (2023-10-05) + + +### ⚠ BREAKING CHANGES + +* Remove `NONE` validation method and set default to `null` (#141) + +### Features + +* Remove `NONE` validation method and set default to `null` ([#141](https://github.com/terraform-aws-modules/terraform-aws-acm/issues/141)) ([2cb2b7c](https://github.com/terraform-aws-modules/terraform-aws-acm/commit/2cb2b7c907c68f4335afe41b731821043a01dad6)) + ## [4.5.0](https://github.com/terraform-aws-modules/terraform-aws-acm/compare/v4.4.0...v4.5.0) (2023-10-05)