From 4aaf1c8388b0dfe0cce8e20a802a47e85fdcc231 Mon Sep 17 00:00:00 2001 From: Anton Babenko Date: Tue, 21 Jan 2020 11:35:45 +0100 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cafe4aa..2a1a407e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,16 @@ + +## [v2.10.0] - 2020-01-21 + +- Updated pre-commit-terraform with terraform-docs 0.8.0 support ([#65](https://github.com/terraform-aws-modules/terraform-aws-notify-slack/issues/65)) + + ## [v2.9.0] - 2020-01-16 +- Updated CHANGELOG - Fix empty tuple error ([#64](https://github.com/terraform-aws-modules/terraform-aws-notify-slack/issues/64)) @@ -206,7 +213,8 @@ - Initial commit -[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-notify-slack/compare/v2.9.0...HEAD +[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-notify-slack/compare/v2.10.0...HEAD +[v2.10.0]: https://github.com/terraform-aws-modules/terraform-aws-notify-slack/compare/v2.9.0...v2.10.0 [v2.9.0]: https://github.com/terraform-aws-modules/terraform-aws-notify-slack/compare/v2.8.0...v2.9.0 [v2.8.0]: https://github.com/terraform-aws-modules/terraform-aws-notify-slack/compare/v2.7.0...v2.8.0 [v2.7.0]: https://github.com/terraform-aws-modules/terraform-aws-notify-slack/compare/v2.6.0...v2.7.0