From 67d7ca4e976aba237e6ad613ebcb1ec01d0ac4e0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 19 Oct 2022 07:47:06 +0000 Subject: [PATCH] chore(release): version 1.9.0 [skip ci] ## [1.9.0](https://github.com/fdmsantos/terraform-aws-kinesis-firehose/compare/v1.8.0...v1.9.0) (2022-10-19) ### Features * Add support to cross account opensearch domain in opensearch destination ([ac36ec1](https://github.com/fdmsantos/terraform-aws-kinesis-firehose/commit/ac36ec1e9a3474d86195e9b38336288a77327705)) * Add support to cross account s3 buckets in s3 destination ([aa42c43](https://github.com/fdmsantos/terraform-aws-kinesis-firehose/commit/aa42c439bcf27cf95b851c5bc0fafe7454bdd960)) * Add support to iam role when don't own the bucket ([b07541e](https://github.com/fdmsantos/terraform-aws-kinesis-firehose/commit/b07541ee80f99f3d9a805072a50bbf28164428cf)) --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4ca871..84d3078 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [1.9.0](https://github.com/fdmsantos/terraform-aws-kinesis-firehose/compare/v1.8.0...v1.9.0) (2022-10-19) + + +### Features + +* Add support to cross account opensearch domain in opensearch destination ([ac36ec1](https://github.com/fdmsantos/terraform-aws-kinesis-firehose/commit/ac36ec1e9a3474d86195e9b38336288a77327705)) +* Add support to cross account s3 buckets in s3 destination ([aa42c43](https://github.com/fdmsantos/terraform-aws-kinesis-firehose/commit/aa42c439bcf27cf95b851c5bc0fafe7454bdd960)) +* Add support to iam role when don't own the bucket ([b07541e](https://github.com/fdmsantos/terraform-aws-kinesis-firehose/commit/b07541ee80f99f3d9a805072a50bbf28164428cf)) + ## [1.8.0](https://github.com/fdmsantos/terraform-aws-kinesis-firehose/compare/v1.7.0...v1.8.0) (2022-10-18)