From f7387cdf9fae19952b134724e278bc557c7dc0ee Mon Sep 17 00:00:00 2001 From: Anton Babenko Date: Fri, 28 May 2021 15:14:25 +0200 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d566232..abdd76a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file. + +## [v1.3.0] - 2021-05-28 + +- fix: property lookup in ecs_target block ([#8](https://github.com/terraform-aws-modules/terraform-aws-eventbridge/issues/8)) + + ## [v1.2.0] - 2021-05-25 @@ -40,7 +46,8 @@ 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.2.0...HEAD +[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-eventbridge/compare/v1.3.0...HEAD +[v1.3.0]: https://github.com/terraform-aws-modules/terraform-aws-eventbridge/compare/v1.2.0...v1.3.0 [v1.2.0]: https://github.com/terraform-aws-modules/terraform-aws-eventbridge/compare/v1.1.0...v1.2.0 [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