From 320e53dbc681f22dd5ef0bf0ec808ceffa39619b Mon Sep 17 00:00:00 2001 From: Lacework Date: Thu, 16 Dec 2021 18:27:11 +0000 Subject: [PATCH] release: v0.3.1 Signed-off-by: Lacework --- CHANGELOG.md | 7 +++++++ RELEASE_NOTES.md | 8 ++++---- VERSION | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 141b91f..949537b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v0.3.1 + +## Bug Fixes +* fix: bump Lacework provider version to ~> v0.11 (#20) (Salim Afiune)([7dbd93d](https://github.com/lacework/terraform-aws-ecr/commit/7dbd93d95ed71a4d7d0020825f4a6f9298752cf7)) +## Other Changes +* ci: version bump to v0.3.1-dev (Lacework)([94fa5b0](https://github.com/lacework/terraform-aws-ecr/commit/94fa5b0b41f5e35099d33781fea9d8a3701ad0a4)) +--- # v0.3.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6677280..7e48859 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.3.0`. +Another day, another release. These are the release notes for the version `v0.3.1`. -## Features -* feat: Add inputs limit_by_labels, limit_by_tags, limit_by_repositories (#17) (Darren)([1c84465](https://github.com/lacework/terraform-aws-ecr/commit/1c84465614704d219859d2fec46cb619ed0dccc1)) +## Bug Fixes +* fix: bump Lacework provider version to ~> v0.11 (#20) (Salim Afiune)([7dbd93d](https://github.com/lacework/terraform-aws-ecr/commit/7dbd93d95ed71a4d7d0020825f4a6f9298752cf7)) ## Other Changes -* ci: version bump to v0.2.1-dev (Lacework)([af1212a](https://github.com/lacework/terraform-aws-ecr/commit/af1212acaee32d5401446c3c48efe3b970921f17)) +* ci: version bump to v0.3.1-dev (Lacework)([94fa5b0](https://github.com/lacework/terraform-aws-ecr/commit/94fa5b0b41f5e35099d33781fea9d8a3701ad0a4)) diff --git a/VERSION b/VERSION index 20c82e2..a2268e2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.1-dev \ No newline at end of file +0.3.1 \ No newline at end of file