From a13cb49eb0734d1566c48800bbf283e3ac542913 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Sep 2024 21:02:36 +0000 Subject: [PATCH] chore(release): version 2.3.0 [skip ci] ## [2.3.0](https://github.com/terraform-aws-modules/terraform-aws-dms/compare/v2.2.1...v2.3.0) (2024-09-09) ### Features * Support externally created source and target endpoint ARNs ([#72](https://github.com/terraform-aws-modules/terraform-aws-dms/issues/72)) ([2575ab3](https://github.com/terraform-aws-modules/terraform-aws-dms/commit/2575ab325d4855b5f816fbb2f3acd0745697d0d1)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ee9177..1889c36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [2.3.0](https://github.com/terraform-aws-modules/terraform-aws-dms/compare/v2.2.1...v2.3.0) (2024-09-09) + + +### Features + +* Support externally created source and target endpoint ARNs ([#72](https://github.com/terraform-aws-modules/terraform-aws-dms/issues/72)) ([2575ab3](https://github.com/terraform-aws-modules/terraform-aws-dms/commit/2575ab325d4855b5f816fbb2f3acd0745697d0d1)) + ## [2.2.1](https://github.com/terraform-aws-modules/terraform-aws-dms/compare/v2.2.0...v2.2.1) (2024-03-07)