diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f5e30b..0c33f43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v0.19.0 + +## Features +* feat(RAIN-94335): Adding permission for terraform version 0.19.0 (#128) (LMAX-iwnf)([c944e62](https://github.com/lacework/terraform-aws-config/commit/c944e625a1580a2f2cace096a55d2c99e7fd2b5c)) +* feat(RAIN-94239): Rm modify terraform to add a policy (#127) (LMAX-iwnf)([664dfaa](https://github.com/lacework/terraform-aws-config/commit/664dfaabc6027ddeb07911e045b7bfeef2e18a82)) +* feat: add AWS personalize service permissions (#125) (ljohnny-git)([a40e918](https://github.com/lacework/terraform-aws-config/commit/a40e9183d8a4dffebfc925a9617de6dace4dc07c)) +* feat: add permissions for appstream (#123) (ljohnny-git)([c0ccfb8](https://github.com/lacework/terraform-aws-config/commit/c0ccfb82f3f95f8a094bb943faecf28c77e9772e)) +## Other Changes +* ci: version bump to v0.18.1-dev (Lacework)([86b54bd](https://github.com/lacework/terraform-aws-config/commit/86b54bd67ee0880b097501b9dfba420fe26d7970)) +--- # v0.18.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0c618fd..2bed31b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,10 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.18.0`. +Another day, another release. These are the release notes for the version `v0.19.0`. ## Features -* feat: add kinesisanalytics permissions (#117) (ljohnny-git)([31f32d1](https://github.com/lacework/terraform-aws-config/commit/31f32d1e2c6ce026a65a1952c689da5f802b08e9)) +* feat(RAIN-94335): Adding permission for terraform version 0.19.0 (#128) (LMAX-iwnf)([c944e62](https://github.com/lacework/terraform-aws-config/commit/c944e625a1580a2f2cace096a55d2c99e7fd2b5c)) +* feat(RAIN-94239): Rm modify terraform to add a policy (#127) (LMAX-iwnf)([664dfaa](https://github.com/lacework/terraform-aws-config/commit/664dfaabc6027ddeb07911e045b7bfeef2e18a82)) +* feat: add AWS personalize service permissions (#125) (ljohnny-git)([a40e918](https://github.com/lacework/terraform-aws-config/commit/a40e9183d8a4dffebfc925a9617de6dace4dc07c)) +* feat: add permissions for appstream (#123) (ljohnny-git)([c0ccfb8](https://github.com/lacework/terraform-aws-config/commit/c0ccfb82f3f95f8a094bb943faecf28c77e9772e)) ## Other Changes -* ci: version bump to v0.17.2-dev (Lacework)([5a9e4be](https://github.com/lacework/terraform-aws-config/commit/5a9e4bedbcf30a6cd3d0329f465b8e2d0fa385b7)) +* ci: version bump to v0.18.1-dev (Lacework)([86b54bd](https://github.com/lacework/terraform-aws-config/commit/86b54bd67ee0880b097501b9dfba420fe26d7970)) diff --git a/VERSION b/VERSION index 0b69dcc..3f46c4d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.18.1-dev \ No newline at end of file +0.19.0 \ No newline at end of file