From d172776cd3a0c617a2f3e15e1be82aff8e4883cb Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 09:48:57 -0400 Subject: [PATCH] chore(main): release 0.3.0 (#27) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7776cc..41436b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). This changelog is generated automatically based on [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). +## [0.3.0](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/compare/v0.2.0...v0.3.0) (2023-03-16) + + +### Features + +* added advanced_options_config ([#26](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/issues/26)) ([af1d34e](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/commit/af1d34e7405a05fef01783956c982432d5aed26a)) + ## [0.2.0](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/compare/v0.1.1...v0.2.0) (2023-03-07) diff --git a/README.md b/README.md index c0bf232..cda3741 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ There are examples included in the [examples](https://github.com/GoogleCloudPlat ``` module "security_policy" { source = "GoogleCloudPlatform/cloud-armor/google" - version = "~> 0.2" + version = "~> 0.3" project_id = var.project_id name = "my-test-security-policy"