diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1b18bd194d645a..a69c0f89dcbf75 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "cli": "2.0.7", "cli+FILLER": "0.0.0", - "plugins/source/aws": "4.11.3", + "plugins/source/aws": "4.12.0", "plugins/source/aws+FILLER": "0.0.0", "plugins/source/azure": "1.3.11", "plugins/source/azure+FILLER": "0.0.0", diff --git a/plugins/source/aws/CHANGELOG.md b/plugins/source/aws/CHANGELOG.md index 04f198f3c25253..227b844320a064 100644 --- a/plugins/source/aws/CHANGELOG.md +++ b/plugins/source/aws/CHANGELOG.md @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.12.0](https://github.com/cloudquery/cloudquery/compare/plugins-source-aws-v4.11.3...plugins-source-aws-v4.12.0) (2022-11-10) + + +### Features + +* **aws:** Add AWS RAM resources ([#3961](https://github.com/cloudquery/cloudquery/issues/3961)) ([0c16add](https://github.com/cloudquery/cloudquery/commit/0c16addf0534147f5e23cf34d1f9286c681e4aa4)) + ## [4.11.3](https://github.com/cloudquery/cloudquery/compare/plugins-source-aws-v4.11.2...plugins-source-aws-v4.11.3) (2022-11-09)