From 33dd9d53cbf01f0de630b0778eaf11cb0e36e826 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 6 Mar 2023 14:13:22 +0000 Subject: [PATCH] chore(release): version 6.9.0 [skip ci] ## [6.9.0](https://github.com/terraform-aws-modules/terraform-aws-autoscaling/compare/v6.8.0...v6.9.0) (2023-03-06) ### Features * Metric math support for target tracking scaling policy ([#225](https://github.com/terraform-aws-modules/terraform-aws-autoscaling/issues/225)) ([f9e0186](https://github.com/terraform-aws-modules/terraform-aws-autoscaling/commit/f9e0186c8d8cbc0398ba49b68ec7a5388b765ea3)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c33c9cf..85c52d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [6.9.0](https://github.com/terraform-aws-modules/terraform-aws-autoscaling/compare/v6.8.0...v6.9.0) (2023-03-06) + + +### Features + +* Metric math support for target tracking scaling policy ([#225](https://github.com/terraform-aws-modules/terraform-aws-autoscaling/issues/225)) ([f9e0186](https://github.com/terraform-aws-modules/terraform-aws-autoscaling/commit/f9e0186c8d8cbc0398ba49b68ec7a5388b765ea3)) + ## [6.8.0](https://github.com/terraform-aws-modules/terraform-aws-autoscaling/compare/v6.7.1...v6.8.0) (2023-03-06)