diff --git a/CHANGELOG.md b/CHANGELOG.md index adc27c5..83fea1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# v0.14.0 + +## Features +* feat(RAIN-91433): Add permission for get-api-keys in apigateway and apigatewayv2 (#87) (jingjingzhang-lw)([6e4c28f](https://github.com/lacework/terraform-aws-config/commit/6e4c28fcd5ea1449cabc291143d0e6337ad66d98)) +* feat(RAIN-90870): Add permission for five waf-regional APIs (#83) (jingjingzhang-lw)([b868fe3](https://github.com/lacework/terraform-aws-config/commit/b868fe33b762305c0407be223922f592349f0d3f)) +* feat(RAIN-90851): Add permission for two glue APIs (#84) (jingjingzhang-lw)([601e098](https://github.com/lacework/terraform-aws-config/commit/601e098bb74a5cb69315ecd29dae9d83dd19230e)) +## Documentation Updates +* docs(readme): add terraform docs automation (#81) (Timothy MacDonald)([4cc956f](https://github.com/lacework/terraform-aws-config/commit/4cc956f0a24b0444e8326eb12f4cc22a0a475dd9)) +## Other Changes +* chore: add lacework_metric_module datasource (#89) (Darren)([94ca682](https://github.com/lacework/terraform-aws-config/commit/94ca682158f6b5cf5988c2cd6e0a0d013859aba2)) +* chore: update `time` provider to `~> 0.7` (#80) (Spencer Williams)([e947030](https://github.com/lacework/terraform-aws-config/commit/e947030435a0a80136193a0bdc5b0acfa73d9491)) +* chore: update CHANGELOG with ad-hoc releases (#79) (Salim Afiune)([1392126](https://github.com/lacework/terraform-aws-config/commit/1392126b6b0c7b1821008ae6e3bdc8e6177c7ccc)) +* ci: version bump to v0.13.1-dev (Lacework)([94041b2](https://github.com/lacework/terraform-aws-config/commit/94041b2a8f468ae4400283dcac9c31398cc86fcf)) +--- # v0.13.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d844527..430bad1 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,14 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.13.0`. +Another day, another release. These are the release notes for the version `v0.14.0`. ## Features -* feat: enforce External ID v2 format via iam-role module (#76) (djmctavish)([ce9b91e](https://github.com/lacework/terraform-aws-config/commit/ce9b91e08699d6ea7b8d605230cdd2dbbc8e043c)) +* feat(RAIN-91433): Add permission for get-api-keys in apigateway and apigatewayv2 (#87) (jingjingzhang-lw)([6e4c28f](https://github.com/lacework/terraform-aws-config/commit/6e4c28fcd5ea1449cabc291143d0e6337ad66d98)) +* feat(RAIN-90870): Add permission for five waf-regional APIs (#83) (jingjingzhang-lw)([b868fe3](https://github.com/lacework/terraform-aws-config/commit/b868fe33b762305c0407be223922f592349f0d3f)) +* feat(RAIN-90851): Add permission for two glue APIs (#84) (jingjingzhang-lw)([601e098](https://github.com/lacework/terraform-aws-config/commit/601e098bb74a5cb69315ecd29dae9d83dd19230e)) +## Documentation Updates +* docs(readme): add terraform docs automation (#81) (Timothy MacDonald)([4cc956f](https://github.com/lacework/terraform-aws-config/commit/4cc956f0a24b0444e8326eb12f4cc22a0a475dd9)) ## Other Changes -* ci: version bump to v0.12.1-dev (Lacework)([de3fd4d](https://github.com/lacework/terraform-aws-config/commit/de3fd4dc2e80ac8a7166030f584466ff6b54fd85)) +* chore: add lacework_metric_module datasource (#89) (Darren)([94ca682](https://github.com/lacework/terraform-aws-config/commit/94ca682158f6b5cf5988c2cd6e0a0d013859aba2)) +* chore: update `time` provider to `~> 0.7` (#80) (Spencer Williams)([e947030](https://github.com/lacework/terraform-aws-config/commit/e947030435a0a80136193a0bdc5b0acfa73d9491)) +* chore: update CHANGELOG with ad-hoc releases (#79) (Salim Afiune)([1392126](https://github.com/lacework/terraform-aws-config/commit/1392126b6b0c7b1821008ae6e3bdc8e6177c7ccc)) +* ci: version bump to v0.13.1-dev (Lacework)([94041b2](https://github.com/lacework/terraform-aws-config/commit/94041b2a8f468ae4400283dcac9c31398cc86fcf)) diff --git a/VERSION b/VERSION index d3551ef..0548fb4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.13.1-dev \ No newline at end of file +0.14.0 \ No newline at end of file