From 057fb24b961a73e024733ee1e90a7139e3b82ce0 Mon Sep 17 00:00:00 2001 From: Anton Babenko Date: Thu, 8 Apr 2021 18:25:45 +0200 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b209b63..dfab0bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file. + +## [v1.0.0] - 2021-04-08 + +- feat: Some refactoring and added ability to handle default bus ([#5](https://github.com/terraform-aws-modules/terraform-aws-eventbridge/issues/5)) + + ## [v0.1.0] - 2021-03-27 @@ -21,5 +27,6 @@ All notable changes to this project will be documented in this file. - first commit -[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-eventbridge/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-eventbridge/compare/v1.0.0...HEAD +[v1.0.0]: https://github.com/terraform-aws-modules/terraform-aws-eventbridge/compare/v0.1.0...v1.0.0 [v0.1.0]: https://github.com/terraform-aws-modules/terraform-aws-eventbridge/compare/v0.0.1...v0.1.0