From 7fb2da1bd48cd55450706370aa94c36fcd88a04b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 09:40:48 +0200 Subject: [PATCH] chore(main): release 3.0.0 (#12) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a736c0..026354b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.0.0](https://github.com/cloudandthings/terraform-aws-s3-bucket-replication/compare/v2.1.0...v3.0.0) (2023-12-19) + + +### ⚠ BREAKING CHANGES + +* Bump AWS provider ([#11](https://github.com/cloudandthings/terraform-aws-s3-bucket-replication/issues/11)) + +### Bug Fixes + +* Bump AWS provider ([#11](https://github.com/cloudandthings/terraform-aws-s3-bucket-replication/issues/11)) ([417599d](https://github.com/cloudandthings/terraform-aws-s3-bucket-replication/commit/417599d031d85c2f681fdb22ed2a349d2126a5c6)) + ## [2.1.0](https://github.com/cloudandthings/terraform-aws-s3-bucket-replication/compare/v2.0.0...v2.1.0) (2023-05-05)