diff --git a/CHANGELOG.md b/CHANGELOG.md index ae6a73e6..bfa181a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file. + +## [v2.0.0] - 2021-04-26 + +- feat: Shorten outputs (removing this_) ([#88](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/issues/88)) + + ## [v1.25.0] - 2021-04-10 @@ -194,7 +200,8 @@ All notable changes to this project will be documented in this file. - Initial commit -[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/compare/v1.25.0...HEAD +[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/compare/v2.0.0...HEAD +[v2.0.0]: https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/compare/v1.25.0...v2.0.0 [v1.25.0]: https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/compare/v1.24.0...v1.25.0 [v1.24.0]: https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/compare/v1.23.0...v1.24.0 [v1.23.0]: https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/compare/v1.22.0...v1.23.0