diff --git a/CHANGELOG.md b/CHANGELOG.md index ffd0620..5687cd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v0.2.2 + +## Documentation Updates +* docs: standardized variable descriptions and formatting (Alan Nix)([17a2cda](https://github.com/lacework/terraform-aws-config/commit/17a2cda3a61b4d62824035e44d9a1009ddab4bc1)) +* docs: updated example doc structure and version constraints (Alan Nix)([3abddff](https://github.com/lacework/terraform-aws-config/commit/3abddff93ee559adb8e9eb25c382eae36cce2584)) +## Other Changes +* chore: updated .terraform entry in .gitignore to exclude lock files (Alan Nix)([e7aab4c](https://github.com/lacework/terraform-aws-config/commit/e7aab4c5e4473f1b8da3ff62f20a710a307b46cf)) +* chore: version bump to v0.2.2-dev (Lacework)([4adb912](https://github.com/lacework/terraform-aws-config/commit/4adb912aea7a2fea7a20695301967c85182bb3ab)) +--- # v0.2.1 ## Other Changes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 78a7e22..38eed20 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,9 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.2.1`. +Another day, another release. These are the release notes for the version `v0.2.2`. +## Documentation Updates +* docs: standardized variable descriptions and formatting (Alan Nix)([17a2cda](https://github.com/lacework/terraform-aws-config/commit/17a2cda3a61b4d62824035e44d9a1009ddab4bc1)) +* docs: updated example doc structure and version constraints (Alan Nix)([3abddff](https://github.com/lacework/terraform-aws-config/commit/3abddff93ee559adb8e9eb25c382eae36cce2584)) ## 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)) +* chore: updated .terraform entry in .gitignore to exclude lock files (Alan Nix)([e7aab4c](https://github.com/lacework/terraform-aws-config/commit/e7aab4c5e4473f1b8da3ff62f20a710a307b46cf)) +* chore: version bump to v0.2.2-dev (Lacework)([4adb912](https://github.com/lacework/terraform-aws-config/commit/4adb912aea7a2fea7a20695301967c85182bb3ab)) diff --git a/VERSION b/VERSION index a0d4970..f477849 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.2-dev \ No newline at end of file +0.2.2 \ No newline at end of file