Skip to content

Commit

Permalink
chore: release 2.4.0 (#186)
Browse files Browse the repository at this point in the history
* updated CHANGELOG.md [ci skip]

* updated README.md

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jun 23, 2020
1 parent 01aef47 commit f917e8b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.4.0](https://www.github.com/terraform-google-modules/terraform-google-network/compare/v2.3.0...v2.4.0) (2020-06-01)


### Features

* 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))


### Bug Fixes

* 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))
* 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))

## [2.3.0](https://www.github.com/terraform-google-modules/terraform-google-network/compare/v2.2.0...v2.3.0) (2020-04-16)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3"
version = "~> 2.4"
project_id = "<PROJECT ID>"
network_name = "example-vpc"
Expand Down

0 comments on commit f917e8b

Please sign in to comment.