From 68996868fc3006433dcc79725fe031ebf83e6491 Mon Sep 17 00:00:00 2001 From: Lacework Date: Fri, 2 Jun 2023 09:30:55 +0000 Subject: [PATCH] release: v0.8.0 Signed-off-by: Lacework --- CHANGELOG.md | 10 ++++++++++ RELEASE_NOTES.md | 11 +++++++---- VERSION | 2 +- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10b9469..1718933 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v0.8.0 + +## Features +* feat: add support for AWS provider v5 (#46) (John Robison)([6a5c4f3](https://github.com/lacework/terraform-aws-ecr/commit/6a5c4f3c35504ce6fb6b1b08cb37ef12071a6c62)) +## Documentation Updates +* docs: lacework_ecr_east should point to east region (Corey Ashby)([5d40aee](https://github.com/lacework/terraform-aws-ecr/commit/5d40aee4f7708f82b075ab75da7f046ecb9602ed)) +## Other Changes +* ci: tfsec (jon-stewart)([94a1b79](https://github.com/lacework/terraform-aws-ecr/commit/94a1b79982188144d822e1892462223b29181b7c)) +* ci: version bump to v0.7.4-dev (Lacework)([a330b97](https://github.com/lacework/terraform-aws-ecr/commit/a330b97e661bd553a69b23929cb6eda936e1386b)) +--- # v0.7.3 ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 217574a..d132d6e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,10 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.7.3`. +Another day, another release. These are the release notes for the version `v0.8.0`. -## Bug Fixes -* fix: handle limit_by_label field change in terraform-provider (#39) (Darren)([ce7e632](https://github.com/lacework/terraform-aws-ecr/commit/ce7e632dcde25550b5f8bffde6f55c5cd32988b7)) +## Features +* feat: add support for AWS provider v5 (#46) (John Robison)([6a5c4f3](https://github.com/lacework/terraform-aws-ecr/commit/6a5c4f3c35504ce6fb6b1b08cb37ef12071a6c62)) +## Documentation Updates +* docs: lacework_ecr_east should point to east region (Corey Ashby)([5d40aee](https://github.com/lacework/terraform-aws-ecr/commit/5d40aee4f7708f82b075ab75da7f046ecb9602ed)) ## Other Changes -* ci: version bump to v0.7.3-dev (Lacework)([a545353](https://github.com/lacework/terraform-aws-ecr/commit/a5453530e64805c1dff9922ad1c2f6f97cf0908f)) +* ci: tfsec (jon-stewart)([94a1b79](https://github.com/lacework/terraform-aws-ecr/commit/94a1b79982188144d822e1892462223b29181b7c)) +* ci: version bump to v0.7.4-dev (Lacework)([a330b97](https://github.com/lacework/terraform-aws-ecr/commit/a330b97e661bd553a69b23929cb6eda936e1386b)) diff --git a/VERSION b/VERSION index 171fe63..8adc70f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.4-dev \ No newline at end of file +0.8.0 \ No newline at end of file