From 56c2795f3736db943bd9f545688971600333059f Mon Sep 17 00:00:00 2001 From: Anton Babenko Date: Thu, 8 Apr 2021 18:54:51 +0200 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfab0bb..542e6aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file. + +## [v1.1.0] - 2021-04-08 + +- feat: Simplified outputs (no this_) ([#6](https://github.com/terraform-aws-modules/terraform-aws-eventbridge/issues/6)) + + ## [v1.0.0] - 2021-04-08 @@ -27,6 +33,7 @@ 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/v1.0.0...HEAD +[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-eventbridge/compare/v1.1.0...HEAD +[v1.1.0]: https://github.com/terraform-aws-modules/terraform-aws-eventbridge/compare/v1.0.0...v1.1.0 [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