From e225f0b0561a4d74d3279a677e4bcec95d9727e4 Mon Sep 17 00:00:00 2001 From: Lacework Date: Mon, 29 Aug 2022 21:40:27 +0000 Subject: [PATCH] release: v0.7.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 42a108f..fa54a96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v0.7.0 + +## Features +* feat: deprecate support for Terraform 0.12 and 0.13 (#31) (Darren)([cb65e76](https://github.com/lacework/terraform-aws-ecr/commit/cb65e763c2e140f63f94aa267ee0ca116c1ee3c7)) +## Other Changes +* ci: version bump to v0.6.1-dev (Lacework)([f241dfc](https://github.com/lacework/terraform-aws-ecr/commit/f241dfc3457cef06a9f71ad5201bbe2169b2d520)) +--- # v0.6.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index dea5085..431db5d 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.6.0`. +Another day, another release. These are the release notes for the version `v0.7.0`. ## Features -* feat: allow use of v4 aws provider (#28) (Darren)([d66e343](https://github.com/lacework/terraform-aws-ecr/commit/d66e343bc52f9a3cc3a0faa1ea0e459e475d135a)) +* feat: deprecate support for Terraform 0.12 and 0.13 (#31) (Darren)([cb65e76](https://github.com/lacework/terraform-aws-ecr/commit/cb65e763c2e140f63f94aa267ee0ca116c1ee3c7)) ## Other Changes -* ci: version bump to v0.5.1-dev (Lacework)([dae6050](https://github.com/lacework/terraform-aws-ecr/commit/dae6050e17949032f85edf05976e2e73e31fb820)) +* ci: version bump to v0.6.1-dev (Lacework)([f241dfc](https://github.com/lacework/terraform-aws-ecr/commit/f241dfc3457cef06a9f71ad5201bbe2169b2d520)) diff --git a/VERSION b/VERSION index c950050..bcaffe1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.1-dev \ No newline at end of file +0.7.0 \ No newline at end of file