From 238f702dcacda2323059c51ebb6ba4c5793e6f41 Mon Sep 17 00:00:00 2001 From: misraved Date: Thu, 21 Nov 2024 10:39:34 +0800 Subject: [PATCH] Add CHANGELOG for v1.2.0 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e627d7ee..17aedaa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.2.0 [2024-11-21] + +_What's new?_ + +- Added NYDFS 23 benchmark (`powerpipe benchmark run aws_compliance.benchmark.nydfs_23`). ([#844](https://github.com/turbot/steampipe-mod-aws-compliance/pull/844)) + ## v1.1.1 [2024-10-30] _Bug fixes_ @@ -10,7 +16,7 @@ _Bug fixes_ _What's new?_ -- Added CIS v4.0.0 benchmark (`steampipe check benchmark.cis_v400`). ([#836](https://github.com/turbot/steampipe-mod-aws-compliance/pull/836)) +- Added CIS v4.0.0 benchmark (`powerpipe benchmark run aws_compliance.benchmark.cis_v400`). ([#836](https://github.com/turbot/steampipe-mod-aws-compliance/pull/836)) - Added `ebs_encryption_by_default_enabled` and `vpc_security_group_restrict_ingress_cifs_port_all` controls to the `All Controls` benchmark. ([#835](https://github.com/turbot/steampipe-mod-aws-compliance/pull/835)) _Enhancements_