diff --git a/CHANGELOG.md b/CHANGELOG.md index d6069b6..8c7e6a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v0.5.2 + +## Other Changes +* chore: Update lacework provider dependency to ~>2.0 (#35) (Zeki Sherif)([8bf99b9](https://github.com/lacework/terraform-aws-ecs-agent/commit/8bf99b908427832408c2cd7f652a96b39fdb9cb7)) +* chore(GROW-2952): add codeowners (#33) (Matt Cadorette)([658e160](https://github.com/lacework/terraform-aws-ecs-agent/commit/658e16070c223d830e2688f9fe22cd4c97f4b241)) +* ci: migrate from codefresh to github actions (#32) (Timothy MacDonald)([f819107](https://github.com/lacework/terraform-aws-ecs-agent/commit/f819107dbc0a69230729cf5328df1308fc4fd7c2)) +* ci: version bump to v0.5.2-dev (Lacework)([ad5c5a6](https://github.com/lacework/terraform-aws-ecs-agent/commit/ad5c5a6c6fe47461ea637b907080a7fc7d3faeae)) +--- # v0.5.1 ## Other Changes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6adb791..c422177 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,8 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.5.1`. +Another day, another release. These are the release notes for the version `v0.5.2`. ## Other Changes -* chore: set local var module name (#30) (Darren)([91ab168](https://github.com/lacework/terraform-aws-ecs-agent/commit/91ab16897639a1aba39be08e21e0f120951ae06e)) -* ci: version bump to v0.5.1-dev (Lacework)([97ef589](https://github.com/lacework/terraform-aws-ecs-agent/commit/97ef589e3a6084a4c7addc51aa3ebcc1daaeb4b7)) +* chore: Update lacework provider dependency to ~>2.0 (#35) (Zeki Sherif)([8bf99b9](https://github.com/lacework/terraform-aws-ecs-agent/commit/8bf99b908427832408c2cd7f652a96b39fdb9cb7)) +* chore(GROW-2952): add codeowners (#33) (Matt Cadorette)([658e160](https://github.com/lacework/terraform-aws-ecs-agent/commit/658e16070c223d830e2688f9fe22cd4c97f4b241)) +* ci: migrate from codefresh to github actions (#32) (Timothy MacDonald)([f819107](https://github.com/lacework/terraform-aws-ecs-agent/commit/f819107dbc0a69230729cf5328df1308fc4fd7c2)) +* ci: version bump to v0.5.2-dev (Lacework)([ad5c5a6](https://github.com/lacework/terraform-aws-ecs-agent/commit/ad5c5a6c6fe47461ea637b907080a7fc7d3faeae)) diff --git a/VERSION b/VERSION index 9edeb16..2411653 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.2-dev \ No newline at end of file +0.5.2 \ No newline at end of file