From b1b11ac5881f0212e9ab7d1d24cdfe3491227de6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 2 Feb 2024 21:20:37 +0000 Subject: [PATCH] chore(release): version 2.2.0 [skip ci] ## [2.2.0](https://github.com/terraform-aws-modules/terraform-aws-dms/compare/v2.1.0...v2.2.0) (2024-02-02) ### Features * Add Serverless replication task support ([#56](https://github.com/terraform-aws-modules/terraform-aws-dms/issues/56)) ([c5fcb29](https://github.com/terraform-aws-modules/terraform-aws-dms/commit/c5fcb2968301fa9774c6923507c0389f29db7538)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3d7765..809d5f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [2.2.0](https://github.com/terraform-aws-modules/terraform-aws-dms/compare/v2.1.0...v2.2.0) (2024-02-02) + + +### Features + +* Add Serverless replication task support ([#56](https://github.com/terraform-aws-modules/terraform-aws-dms/issues/56)) ([c5fcb29](https://github.com/terraform-aws-modules/terraform-aws-dms/commit/c5fcb2968301fa9774c6923507c0389f29db7538)) + ## [2.1.0](https://github.com/terraform-aws-modules/terraform-aws-dms/compare/v2.0.1...v2.1.0) (2023-12-22)