From afedff306320f7c77c27079629ee304958d694ed Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2020 10:40:12 -0500 Subject: [PATCH] chore: release 2.1.0 (#149) * updated CHANGELOG.md [ci skip] * updated README.md [ci skip] --- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91f8c512..15ba4e32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.1.0](https://www.github.com/terraform-google-modules/terraform-google-network/compare/v2.0.2...v2.1.0) (2020-01-31) + + +### Features + +* add subnets output with full subnet info ([#129](https://www.github.com/terraform-google-modules/terraform-google-network/issues/129)) ([b424186](https://www.github.com/terraform-google-modules/terraform-google-network/commit/b4241861d8e670d555a43b82f4451581a8e27367)) + + +### Bug Fixes + +* Make project_id output dependent on shared_vpc host enablement ([#150](https://www.github.com/terraform-google-modules/terraform-google-network/issues/150)) ([75f9f04](https://www.github.com/terraform-google-modules/terraform-google-network/commit/75f9f0494c2a17b6d53fb265b3a4c77490b2914b)) + ### [2.0.2](https://github.com/terraform-google-modules/terraform-google-network/compare/v2.0.1...v2.0.2) (2020-01-21) diff --git a/README.md b/README.md index 5af0a09a..b9b32ed9 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ You can go to the examples folder, however the usage of the module could be like ```hcl module "vpc" { source = "terraform-google-modules/network/google" - version = "~> 2.0" + version = "~> 2.1" project_id = "" network_name = "example-vpc"