From 33f790450fbc531ae420f96854fc46ac99c662eb Mon Sep 17 00:00:00 2001 From: Lacework Date: Wed, 30 Nov 2022 15:06:54 +0000 Subject: [PATCH] release: v0.7.3 Signed-off-by: Lacework --- CHANGELOG.md | 7 +++++++ RELEASE_NOTES.md | 9 ++++----- VERSION | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b118f1b..10b9469 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v0.7.3 + +## Bug Fixes +* fix: handle limit_by_label field change in terraform-provider (#39) (Darren)([ce7e632](https://github.com/lacework/terraform-aws-ecr/commit/ce7e632dcde25550b5f8bffde6f55c5cd32988b7)) +## Other Changes +* ci: version bump to v0.7.3-dev (Lacework)([a545353](https://github.com/lacework/terraform-aws-ecr/commit/a5453530e64805c1dff9922ad1c2f6f97cf0908f)) +--- # v0.7.2 ## Documentation Updates diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d48a35c..217574a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,8 +1,7 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.7.2`. +Another day, another release. These are the release notes for the version `v0.7.3`. -## Documentation Updates -* docs: update Lacework provider version in readme (#36) (Darren)([22ab188](https://github.com/lacework/terraform-aws-ecr/commit/22ab188574ad3448dac60643dd8b6c667ca0328a)) +## Bug Fixes +* fix: handle limit_by_label field change in terraform-provider (#39) (Darren)([ce7e632](https://github.com/lacework/terraform-aws-ecr/commit/ce7e632dcde25550b5f8bffde6f55c5cd32988b7)) ## Other Changes -* chore: update Lacework provider version to v1 (#35) (Darren)([72e8e1e](https://github.com/lacework/terraform-aws-ecr/commit/72e8e1e18e8ac5a05593399b8bbe73c7bad28786)) -* ci: version bump to v0.7.2-dev (Lacework)([ad11454](https://github.com/lacework/terraform-aws-ecr/commit/ad11454019447f4c0109b7836e4bcbc91d7a6480)) +* ci: version bump to v0.7.3-dev (Lacework)([a545353](https://github.com/lacework/terraform-aws-ecr/commit/a5453530e64805c1dff9922ad1c2f6f97cf0908f)) diff --git a/VERSION b/VERSION index 4c228df..b09a54c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.3-dev \ No newline at end of file +0.7.3 \ No newline at end of file