From f7bafadc7b5e681adda6656faab07377ef5e8757 Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Fri, 11 Feb 2022 11:30:47 +0000 Subject: [PATCH] release: v0.3.0 (#11) Signed-off-by: Lacework --- CHANGELOG.md | 7 +++++++ RELEASE_NOTES.md | 8 +++----- VERSION | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41d4f49..1c7db18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v0.3.0 + +## Features +* feat: allow google provider version >= 3.0.0, < 5.0.0 (#10) (Darren)([e515d11](https://github.com/lacework/terraform-gcp-gar/commit/e515d11bda489c6ab65c88e57f20e5edc9211a1b)) +## Other Changes +* ci: version bump to v0.2.1-dev (Lacework)([8965d56](https://github.com/lacework/terraform-gcp-gar/commit/8965d56a663ea62ff17ee9a2517ed51392ac15d6)) +--- # v0.2.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ffaf440..ebf5111 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,9 +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: update non_os_package_support flag (Darren Murray)([9c2e776](https://github.com/lacework/terraform-gcp-gar/commit/9c2e7765e067d512bd61f6282fec99dec4ab1207)) -## Documentation Updates -* docs: add contribution documentation (Darren Murray)([0c2f078](https://github.com/lacework/terraform-gcp-gar/commit/0c2f078beec1fe07a86b202d032cc93d923f2921)) +* feat: allow google provider version >= 3.0.0, < 5.0.0 (#10) (Darren)([e515d11](https://github.com/lacework/terraform-gcp-gar/commit/e515d11bda489c6ab65c88e57f20e5edc9211a1b)) ## Other Changes -* ci: version bump to v0.1.1-dev (Lacework)([f764a19](https://github.com/lacework/terraform-gcp-gar/commit/f764a19a3772b3cc723652208f9e642ab9ec3a56)) +* ci: version bump to v0.2.1-dev (Lacework)([8965d56](https://github.com/lacework/terraform-gcp-gar/commit/8965d56a663ea62ff17ee9a2517ed51392ac15d6)) 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