diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..b209b63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Change Log + +All notable changes to this project will be documented in this file. + + +## [Unreleased] + + + + +## [v0.1.0] - 2021-03-27 + +- docs: update module references ([#3](https://github.com/terraform-aws-modules/terraform-aws-eventbridge/issues/3)) + + + +## v0.0.1 - 2021-03-22 + +- docs(readme): add terraform-docs ([#2](https://github.com/terraform-aws-modules/terraform-aws-eventbridge/issues/2)) +- feat: first commit ([#1](https://github.com/terraform-aws-modules/terraform-aws-eventbridge/issues/1)) +- first commit + + +[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-eventbridge/compare/v0.1.0...HEAD +[v0.1.0]: https://github.com/terraform-aws-modules/terraform-aws-eventbridge/compare/v0.0.1...v0.1.0