diff --git a/CHANGELOG.md b/CHANGELOG.md index 78d73d3..ffd0620 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v0.2.1 + +## Other Changes +* chore: bump required version of TF to 0.12.31 (#21) (Scott Ford)([923dcd2](https://github.com/lacework/terraform-aws-config/commit/923dcd28a06fb6be529f9315372b3b76adc0ca72)) +* ci: fix finding major versions during release (#20) (Salim Afiune)([bd9cd9e](https://github.com/lacework/terraform-aws-config/commit/bd9cd9ede1b51d40bad716a9391168931705b8b4)) +* ci: switch PR test from CircleCI to CodeFresh (#18) (Darren)([8f2db09](https://github.com/lacework/terraform-aws-config/commit/8f2db09fa01d5187cfa5747ff94e138e5ce8e13e)) +--- # v0.2.0 ## Refactor diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index bd2ab05..78a7e22 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,7 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.2.0`. +Another day, another release. These are the release notes for the version `v0.2.1`. -## Refactor -* refactor: make IAM role name unique (Salim Afiune Maya)([34c3a8d](https://github.com/lacework/terraform-aws-config/commit/34c3a8d2a21db86ef2dc18f20e88e368f628714f)) ## Other Changes -* ci: switch releases to be own by Lacework releng ⚡ (Salim Afiune Maya)([9971559](https://github.com/lacework/terraform-aws-config/commit/997155978d06f6a52f3018945b06eb0fddb27d48)) +* chore: bump required version of TF to 0.12.31 (#21) (Scott Ford)([923dcd2](https://github.com/lacework/terraform-aws-config/commit/923dcd28a06fb6be529f9315372b3b76adc0ca72)) +* ci: fix finding major versions during release (#20) (Salim Afiune)([bd9cd9e](https://github.com/lacework/terraform-aws-config/commit/bd9cd9ede1b51d40bad716a9391168931705b8b4)) +* ci: switch PR test from CircleCI to CodeFresh (#18) (Darren)([8f2db09](https://github.com/lacework/terraform-aws-config/commit/8f2db09fa01d5187cfa5747ff94e138e5ce8e13e)) diff --git a/VERSION b/VERSION index 97de017..7dff5b8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.1-dev \ No newline at end of file +0.2.1 \ No newline at end of file