From 001c71853e4c2eb614675310818c1dcfbf755527 Mon Sep 17 00:00:00 2001 From: Lacework Date: Wed, 16 Mar 2022 11:57:31 +0000 Subject: [PATCH] release: v0.6.0 Signed-off-by: Lacework --- CHANGELOG.md | 7 +++++++ RELEASE_NOTES.md | 6 +++--- VERSION | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b1e95d..42a108f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v0.6.0 + +## Features +* feat: allow use of v4 aws provider (#28) (Darren)([d66e343](https://github.com/lacework/terraform-aws-ecr/commit/d66e343bc52f9a3cc3a0faa1ea0e459e475d135a)) +## Other Changes +* ci: version bump to v0.5.1-dev (Lacework)([dae6050](https://github.com/lacework/terraform-aws-ecr/commit/dae6050e17949032f85edf05976e2e73e31fb820)) +--- # v0.5.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 86e04e3..dea5085 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.5.0`. +Another day, another release. These are the release notes for the version `v0.6.0`. ## Features -* feat: add limit_num_imgs variable (#25) (John Robison)([17571e1](https://github.com/lacework/terraform-aws-ecr/commit/17571e181af5b652efad5a00e1851a61c596a3c9)) +* feat: allow use of v4 aws provider (#28) (Darren)([d66e343](https://github.com/lacework/terraform-aws-ecr/commit/d66e343bc52f9a3cc3a0faa1ea0e459e475d135a)) ## Other Changes -* ci: version bump to v0.4.1-dev (Lacework)([3747e50](https://github.com/lacework/terraform-aws-ecr/commit/3747e50465c798f9340cc7c0abace2d62d46967b)) +* ci: version bump to v0.5.1-dev (Lacework)([dae6050](https://github.com/lacework/terraform-aws-ecr/commit/dae6050e17949032f85edf05976e2e73e31fb820)) diff --git a/VERSION b/VERSION index 69d71cd..09a3acf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.1-dev \ No newline at end of file +0.6.0 \ No newline at end of file