From 3bf912c954042285a92d2ed631762670f499cd70 Mon Sep 17 00:00:00 2001 From: Lacework Date: Tue, 23 Jan 2024 17:53:46 +0000 Subject: [PATCH] release: v0.9.2 Signed-off-by: Lacework --- CHANGELOG.md | 6 ++++++ RELEASE_NOTES.md | 8 +++----- VERSION | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0833d36..0d585f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v0.9.2 + +## Other Changes +* chore: set local var module name (#53) (Darren)([b71b036](https://github.com/lacework/terraform-aws-ecr/commit/b71b036e275af81b614e97358f671ee76cc127c0)) +* ci: version bump to v0.9.2-dev (Lacework)([5b87d34](https://github.com/lacework/terraform-aws-ecr/commit/5b87d3413d017b60b0e56d12b2ff96be556b79d3)) +--- # v0.9.1 ## Documentation Updates diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8760bc5..2c25e8b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,8 +1,6 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.9.1`. +Another day, another release. These are the release notes for the version `v0.9.2`. -## Documentation Updates -* docs(readme): add terraform docs automation (#50) (Timothy MacDonald)([0051eb6](https://github.com/lacework/terraform-aws-ecr/commit/0051eb6b82c5045626b3cc6db2b15b58e378dd4f)) ## Other Changes -* chore: add lacework_metric_module datasource (#51) (Darren)([c361855](https://github.com/lacework/terraform-aws-ecr/commit/c36185548a76a294c01a520e528516edf5609111)) -* ci: version bump to v0.9.1-dev (Lacework)([6b4ef04](https://github.com/lacework/terraform-aws-ecr/commit/6b4ef048e4390ed2eb367ac555c35f0e12ecf108)) +* chore: set local var module name (#53) (Darren)([b71b036](https://github.com/lacework/terraform-aws-ecr/commit/b71b036e275af81b614e97358f671ee76cc127c0)) +* ci: version bump to v0.9.2-dev (Lacework)([5b87d34](https://github.com/lacework/terraform-aws-ecr/commit/5b87d3413d017b60b0e56d12b2ff96be556b79d3)) diff --git a/VERSION b/VERSION index c50fb22..f76f913 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.2-dev \ No newline at end of file +0.9.2 \ No newline at end of file