From d491b10ffe28a05f8e65d5a07f1990a71026174b Mon Sep 17 00:00:00 2001 From: Lacework Date: Mon, 22 Jan 2024 09:44:34 +0000 Subject: [PATCH] release: v0.9.1 Signed-off-by: Lacework --- CHANGELOG.md | 8 ++++++++ RELEASE_NOTES.md | 9 +++++---- VERSION | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf29b98..0833d36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v0.9.1 + +## 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)) +--- # v0.9.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 63d08f9..8760bc5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,8 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.9.0`. +Another day, another release. These are the release notes for the version `v0.9.1`. -## Features -* feat: enforce External ID v2 format via iam-role module (#48) (djmctavish)([2b326ad](https://github.com/lacework/terraform-aws-ecr/commit/2b326ad7d13d0fa8399ded038e9015e4433cb07d)) +## Documentation Updates +* docs(readme): add terraform docs automation (#50) (Timothy MacDonald)([0051eb6](https://github.com/lacework/terraform-aws-ecr/commit/0051eb6b82c5045626b3cc6db2b15b58e378dd4f)) ## Other Changes -* ci: version bump to v0.8.1-dev (Lacework)([dc494a6](https://github.com/lacework/terraform-aws-ecr/commit/dc494a602e2df616c93d402075779a722a6ba088)) +* 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)) diff --git a/VERSION b/VERSION index ea9d647..f514a2f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.1-dev \ No newline at end of file +0.9.1 \ No newline at end of file