From 6404f81a23544d2aba6c9c178cdf97290cee0e90 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 5 Jul 2024 11:59:00 +0000 Subject: [PATCH] chore(release): version 6.1.0 [skip ci] ## [6.1.0](https://github.com/terraform-aws-modules/terraform-aws-sns/compare/v6.0.1...v6.1.0) (2024-07-05) ### Features * Automatically append .fifo to fifo topic names ([#55](https://github.com/terraform-aws-modules/terraform-aws-sns/issues/55)) ([cfd23c1](https://github.com/terraform-aws-modules/terraform-aws-sns/commit/cfd23c1ab21892f4e87b559f905071325452d709)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c1c1e6..1d842c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [6.1.0](https://github.com/terraform-aws-modules/terraform-aws-sns/compare/v6.0.1...v6.1.0) (2024-07-05) + + +### Features + +* Automatically append .fifo to fifo topic names ([#55](https://github.com/terraform-aws-modules/terraform-aws-sns/issues/55)) ([cfd23c1](https://github.com/terraform-aws-modules/terraform-aws-sns/commit/cfd23c1ab21892f4e87b559f905071325452d709)) + ## [6.0.1](https://github.com/terraform-aws-modules/terraform-aws-sns/compare/v6.0.0...v6.0.1) (2024-03-06)