Skip to content

Commit 915e45c

Browse files
authored
Merge pull request #4 from cloudandthings/release-please--branches--main
chore(main): release 2.0.0
2 parents e745553 + 3dba866 commit 915e45c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/cloudandthings/terraform-aws-s3-bucket-replication/compare/v1.0.0...v2.0.0) (2023-03-10)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Support multiple replication rules. Use `replication_configuration` map instead of previous variables.
9+
* Rework cross-region handling
10+
11+
### Features
12+
13+
* Add `destination_aws_account_id` for cross-account replication ([b832226](https://github.com/cloudandthings/terraform-aws-s3-bucket-replication/commit/b832226e6a29a9e1f994286abddce2eff223197e))
14+
* Support multiple replication rules. Use `replication_configuration` map instead of previous variables. ([30fcb54](https://github.com/cloudandthings/terraform-aws-s3-bucket-replication/commit/30fcb54f12321a6626cb871f3abba9cd62c1da28))
15+
16+
17+
### Bug Fixes
18+
19+
* Remove destination resources ([517dabd](https://github.com/cloudandthings/terraform-aws-s3-bucket-replication/commit/517dabd615686d5a3dc5a75d5a112b7acd59270e))
20+
* Rework cross-region handling ([744f3df](https://github.com/cloudandthings/terraform-aws-s3-bucket-replication/commit/744f3dfe3aa533f50cbd91b7a33d49ccfee39af0))
21+
322
## 1.0.0 (2023-03-06)
423

524

0 commit comments

Comments
 (0)