Skip to content

Commit

Permalink
Merge pull request #329 from turbot/release/v0.15
Browse files Browse the repository at this point in the history
Release/v0.15
  • Loading branch information
misraved authored Nov 3, 2023
2 parents 408e629 + 97ce584 commit 1190c69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.15 [2023-11-03]

_Breaking changes_

- Updated the plugin dependency section of the mod to use `min_version` instead of `version`. ([#326](https://github.com/turbot/steampipe-mod-aws-insights/pull/326))

## v0.14 [2023-10-13]

_Enhancements_
Expand Down
3 changes: 1 addition & 2 deletions mod.sp
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ mod "aws_insights" {
}

require {
steampipe = "0.18.0"
plugin "aws" {
version = "0.91.0"
min_version = "0.91.0"
}
}
}

0 comments on commit 1190c69

Please sign in to comment.