From f91620a5a58e174210c493fdc4290aeb21f1492d Mon Sep 17 00:00:00 2001 From: Lacework Date: Tue, 23 Nov 2021 10:49:10 +0000 Subject: [PATCH] release: v0.3.0 Signed-off-by: Lacework --- CHANGELOG.md | 7 +++++++ RELEASE_NOTES.md | 10 +++------- VERSION | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f0932..141b91f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v0.3.0 + +## 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)) +## Other Changes +* ci: version bump to v0.2.1-dev (Lacework)([af1212a](https://github.com/lacework/terraform-aws-ecr/commit/af1212acaee32d5401446c3c48efe3b970921f17)) +--- # v0.2.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d89abf7..6677280 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,11 +1,7 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.2.0`. +Another day, another release. These are the release notes for the version `v0.3.0`. ## Features -* feat: adding non_os_package_support input (#15) (Salim Afiune)([fbcd76c](https://github.com/lacework/terraform-aws-ecr/commit/fbcd76cca2a2bd9df7cf03f5413db8403d78cb19)) -## Documentation Updates -* docs: Add contributing documentation (#13) (Darren)([8a20b91](https://github.com/lacework/terraform-aws-ecr/commit/8a20b915d6fcee3a96b9d2fddc8eeb7b38e0bb75)) -* docs: add inputs and outputs to README (#12) (Matt Cadorette)([24ec9ea](https://github.com/lacework/terraform-aws-ecr/commit/24ec9eaab927531a0e66a30ef42e017b218802ea)) +* feat: Add inputs limit_by_labels, limit_by_tags, limit_by_repositories (#17) (Darren)([1c84465](https://github.com/lacework/terraform-aws-ecr/commit/1c84465614704d219859d2fec46cb619ed0dccc1)) ## Other Changes -* chore: version bump to v0.1.3-dev (Lacework)([70c1a2a](https://github.com/lacework/terraform-aws-ecr/commit/70c1a2a0c561292ae770aed1000b9145d1a5d9fc)) -* ci: sign lacework-releng commits (#11) (Salim Afiune)([f3f4781](https://github.com/lacework/terraform-aws-ecr/commit/f3f4781fe1114024c9a454c057a6abdc99910beb)) +* ci: version bump to v0.2.1-dev (Lacework)([af1212a](https://github.com/lacework/terraform-aws-ecr/commit/af1212acaee32d5401446c3c48efe3b970921f17)) diff --git a/VERSION b/VERSION index 97de017..9325c3c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.1-dev \ No newline at end of file +0.3.0 \ No newline at end of file