diff --git a/CHANGELOG.md b/CHANGELOG.md index 34d6c1c..ca59ec6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v1.0.2 + +## Other Changes +* chore(GROW-2952): add codeowners (#74) (Matt Cadorette)([ae036c5](https://github.com/lacework/terraform-aws-ssm-agent/commit/ae036c574fb28093c9827188ab16a0af84b8a3a7)) +* ci: migrate from codefresh to github actions (#73) (Timothy MacDonald)([549385d](https://github.com/lacework/terraform-aws-ssm-agent/commit/549385df8d4999e3079f9cd048e490ce4813cd63)) +* ci: version bump to v1.0.2-dev (Lacework)([bf479a0](https://github.com/lacework/terraform-aws-ssm-agent/commit/bf479a057f81d7f813b08caaecd7fc1a9bcb3c01)) +--- # v1.0.1 ## Other Changes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 05d5354..4c62885 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,7 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.0.1`. +Another day, another release. These are the release notes for the version `v1.0.2`. ## Other Changes -* chore: set local var module name (#71) (Darren)([07c5fcf](https://github.com/lacework/terraform-aws-ssm-agent/commit/07c5fcff5444d90d977d303f49ae0b15dccad167)) -* ci: version bump to v1.0.1-dev (Lacework)([08555aa](https://github.com/lacework/terraform-aws-ssm-agent/commit/08555aad9e09b88d5e6c0aebd4521404ace3d966)) +* chore(GROW-2952): add codeowners (#74) (Matt Cadorette)([ae036c5](https://github.com/lacework/terraform-aws-ssm-agent/commit/ae036c574fb28093c9827188ab16a0af84b8a3a7)) +* ci: migrate from codefresh to github actions (#73) (Timothy MacDonald)([549385d](https://github.com/lacework/terraform-aws-ssm-agent/commit/549385df8d4999e3079f9cd048e490ce4813cd63)) +* ci: version bump to v1.0.2-dev (Lacework)([bf479a0](https://github.com/lacework/terraform-aws-ssm-agent/commit/bf479a057f81d7f813b08caaecd7fc1a9bcb3c01)) diff --git a/VERSION b/VERSION index a8d4b15..e6d5cb8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.2-dev \ No newline at end of file +1.0.2 \ No newline at end of file