Skip to content

Commit f917e8b

Browse files
chore: release 2.4.0 (#186)
* updated CHANGELOG.md [ci skip] * updated README.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 01aef47 commit f917e8b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
## [2.4.0](https://www.github.com/terraform-google-modules/terraform-google-network/compare/v2.3.0...v2.4.0) (2020-06-01)
6+
7+
8+
### Features
9+
10+
* Switch default route deletion to use native method. ([#185](https://www.github.com/terraform-google-modules/terraform-google-network/issues/185)) ([c1d786f](https://www.github.com/terraform-google-modules/terraform-google-network/commit/c1d786fe0743d205911d7c592b8f7c406ad45be2))
11+
12+
13+
### Bug Fixes
14+
15+
* Remove quoted references ([#183](https://www.github.com/terraform-google-modules/terraform-google-network/issues/183)) ([7e5f5ab](https://www.github.com/terraform-google-modules/terraform-google-network/commit/7e5f5ab9fa4f19b4995ae24c9db1234dbdbcb487))
16+
* Resolve Invalid index error on shared vpc destroy ([#177](https://www.github.com/terraform-google-modules/terraform-google-network/issues/177)) ([b799266](https://www.github.com/terraform-google-modules/terraform-google-network/commit/b799266146daffa3ba75f3fb5c7920c5f1df165c))
17+
518
## [2.3.0](https://www.github.com/terraform-google-modules/terraform-google-network/compare/v2.2.0...v2.3.0) (2020-04-16)
619

720

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can go to the examples folder, however the usage of the module could be like
2020
```hcl
2121
module "vpc" {
2222
source = "terraform-google-modules/network/google"
23-
version = "~> 2.3"
23+
version = "~> 2.4"
2424
2525
project_id = "<PROJECT ID>"
2626
network_name = "example-vpc"

0 commit comments

Comments
 (0)