diff --git a/CHANGELOG.md b/CHANGELOG.md index d0d139f..308fb95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.7 [2023-11-03] + +_Breaking changes_ + +- Updated the plugin dependency section of the mod to use `min_version` instead of `version`. ([#45](https://github.com/turbot/steampipe-mod-aws-perimeter/pull/45)) + +_Bug fixes_ + +- Fixed the README to include correct links to the benchmarks. ([#47](https://github.com/turbot/steampipe-mod-aws-perimeter/pull/47)) (Thanks [@vil02](https://github.com/vil02) for the contribution!) + ## v0.6 [2023-07-31] _Enhancements_ diff --git a/README.md b/README.md index fa60bc2..1e1a979 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ Or in a terminal: Includes support for: -* [Network Access](https://hub.steampipe.io/mods/turbot/aws-perimeter/controls/benchmark.network_access) -* [Public Access](https://hub.steampipe.io/mods/turbot/aws-perimeter/controls/benchmark.public_access) -* [Shared Access](https://hub.steampipe.io/mods/turbot/aws-perimeter/controls/benchmark.shared_access) +* [Network Access](https://hub.steampipe.io/mods/turbot/aws_perimeter/controls/benchmark.network_access) +* [Public Access](https://hub.steampipe.io/mods/turbot/aws_perimeter/controls/benchmark.public_access) +* [Shared Access](https://hub.steampipe.io/mods/turbot/aws_perimeter/controls/benchmark.shared_access) ## Getting started diff --git a/mod.sp b/mod.sp index b7a7f32..71d7323 100644 --- a/mod.sp +++ b/mod.sp @@ -67,7 +67,7 @@ mod "aws_perimeter" { require { plugin "aws" { - version = "0.70.0" + min_version = "0.70.0" } } }