From d02fa9ae452b648200ad42778f2766534e6b3642 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 18 Apr 2024 11:48:58 +0000 Subject: [PATCH] chore(release): version 3.4.0 [skip ci] ## [3.4.0](https://github.com/fdmsantos/terraform-aws-kinesis-firehose/compare/v3.3.0...v3.4.0) (2024-04-18) ### Features * Prevent perpetual differences during the terraform plan/apply ([#9](https://github.com/fdmsantos/terraform-aws-kinesis-firehose/issues/9)) ([0f72a49](https://github.com/fdmsantos/terraform-aws-kinesis-firehose/commit/0f72a49624a464cbbb004b18e02efd56d07b175b)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d55e235..15d5355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [3.4.0](https://github.com/fdmsantos/terraform-aws-kinesis-firehose/compare/v3.3.0...v3.4.0) (2024-04-18) + + +### Features + +* Prevent perpetual differences during the terraform plan/apply ([#9](https://github.com/fdmsantos/terraform-aws-kinesis-firehose/issues/9)) ([0f72a49](https://github.com/fdmsantos/terraform-aws-kinesis-firehose/commit/0f72a49624a464cbbb004b18e02efd56d07b175b)) + ## [3.3.0](https://github.com/fdmsantos/terraform-aws-kinesis-firehose/compare/v3.2.0...v3.3.0) (2024-03-05)