From 93a359008a68f11eb578fadd7f0daadfe4dc4be2 Mon Sep 17 00:00:00 2001 From: Anton Babenko Date: Wed, 25 Aug 2021 22:06:06 +0200 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c369ff..9724377 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file. + +## [v4.5.0] - 2021-08-25 + +- feat: Added throughput parameter for root and ebs block devices ([#160](https://github.com/terraform-aws-modules/terraform-aws-autoscaling/issues/160)) + + ## [v4.4.0] - 2021-06-12 @@ -265,7 +271,8 @@ All notable changes to this project will be documented in this file. - Initial commit -[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-autoscaling/compare/v4.4.0...HEAD +[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-autoscaling/compare/v4.5.0...HEAD +[v4.5.0]: https://github.com/terraform-aws-modules/terraform-aws-autoscaling/compare/v4.4.0...v4.5.0 [v4.4.0]: https://github.com/terraform-aws-modules/terraform-aws-autoscaling/compare/v4.3.0...v4.4.0 [v4.3.0]: https://github.com/terraform-aws-modules/terraform-aws-autoscaling/compare/v4.2.0...v4.3.0 [v4.2.0]: https://github.com/terraform-aws-modules/terraform-aws-autoscaling/compare/v4.1.0...v4.2.0