From ce5c11583d5135e285ee6a4a3b026b1cd41191ca Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 27 Oct 2023 16:16:56 +0000 Subject: [PATCH] chore(release): version 2.0.1 [skip ci] ### [2.0.1](https://github.com/terraform-aws-modules/terraform-aws-dms/compare/v2.0.0...v2.0.1) (2023-10-27) ### Bug Fixes * Add conditional to access IAM role when used as fallback value ([#48](https://github.com/terraform-aws-modules/terraform-aws-dms/issues/48)) ([3695079](https://github.com/terraform-aws-modules/terraform-aws-dms/commit/369507990a61b98947c67654dbbf5d49cc862914)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2ba1c2..1d2f19d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +### [2.0.1](https://github.com/terraform-aws-modules/terraform-aws-dms/compare/v2.0.0...v2.0.1) (2023-10-27) + + +### Bug Fixes + +* Add conditional to access IAM role when used as fallback value ([#48](https://github.com/terraform-aws-modules/terraform-aws-dms/issues/48)) ([3695079](https://github.com/terraform-aws-modules/terraform-aws-dms/commit/369507990a61b98947c67654dbbf5d49cc862914)) + ## [2.0.0](https://github.com/terraform-aws-modules/terraform-aws-dms/compare/v1.6.1...v2.0.0) (2023-08-23)