Skip to content

Commit fa11cfe

Browse files
committed
Updated CHANGELOG
1 parent 96be82e commit fa11cfe

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
15
<a name="unreleased"></a>
26
## [Unreleased]
37

48

59

10+
<a name="v1.7.0"></a>
11+
## [v1.7.0] - 2020-05-24
12+
13+
- feat: Added modules/notifications for S3 bucket notifications ([#31](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/issues/31))
14+
- docs: Fix link for complete S3 example to replication S3 example ([#19](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/issues/19))
15+
16+
617
<a name="v1.6.0"></a>
718
## [v1.6.0] - 2020-03-06
819

@@ -12,35 +23,30 @@
1223
<a name="v1.5.0"></a>
1324
## [v1.5.0] - 2020-01-07
1425

15-
- Updated CHANGELOG
1626
- Fix kms_master_key_id to conform with terraform resource ([#5](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/issues/5))
1727

1828

1929
<a name="v1.4.0"></a>
2030
## [v1.4.0] - 2019-11-22
2131

22-
- Updated CHANGELOG
2332
- Fix for bucket policy count when value is not computed ([#12](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/issues/12))
2433

2534

2635
<a name="v1.3.0"></a>
2736
## [v1.3.0] - 2019-11-22
2837

29-
- Updated CHANGELOG
3038
- Updated example to show bucket policy usage
3139

3240

3341
<a name="v1.2.0"></a>
3442
## [v1.2.0] - 2019-11-21
3543

36-
- Updated CHANGELOG
3744
- Output bucket id from s3_bucket_policy to make sure that policy is present before it can be used
3845

3946

4047
<a name="v1.1.0"></a>
4148
## [v1.1.0] - 2019-11-20
4249

43-
- Updated CHANGELOG
4450
- Added support for S3 bucket policy (incl. ELB logs delivery policy) ([#10](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/issues/10))
4551

4652

@@ -52,20 +58,19 @@
5258
<a name="v1.0.0"></a>
5359
## [v1.0.0] - 2019-08-29
5460

55-
- Updated CHANGELOG
5661
- Rewrite to match other modules, added all existing S3 features
5762

5863

5964
<a name="v0.0.1"></a>
6065
## v0.0.1 - 2019-07-21
6166

62-
- Updated CHANGELOG
6367
- Minor formatting, cleanups, readme
6468
- Initial release of this module ([#4](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/issues/4))
6569
- Initial commit
6670

6771

68-
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/compare/v1.6.0...HEAD
72+
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/compare/v1.7.0...HEAD
73+
[v1.7.0]: https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/compare/v1.6.0...v1.7.0
6974
[v1.6.0]: https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/compare/v1.5.0...v1.6.0
7075
[v1.5.0]: https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/compare/v1.4.0...v1.5.0
7176
[v1.4.0]: https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/compare/v1.3.0...v1.4.0

0 commit comments

Comments
 (0)