Skip to content

Commit

Permalink
chore: release 2.6.0 (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Dec 8, 2020
1 parent ab9eb69 commit c5769dc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.6.0](https://www.github.com/terraform-google-modules/terraform-google-network/compare/v2.5.0...v2.6.0) (2020-12-08)


### Features

* Setting default values for Flow logs on beta submodule ([#209](https://www.github.com/terraform-google-modules/terraform-google-network/issues/209)) ([1a2d1b5](https://www.github.com/terraform-google-modules/terraform-google-network/commit/1a2d1b5c3badb58a87ae845afa2123f26f64d093))
* Added support for Terraform 0.14 ([#217](https://github.com/terraform-google-modules/terraform-google-network/pull/217))

## [2.5.0](https://www.github.com/terraform-google-modules/terraform-google-network/compare/v2.4.0...v2.5.0) (2020-08-11)


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.5"
version = "~> 2.6"
project_id = "<PROJECT ID>"
network_name = "example-vpc"
Expand Down

0 comments on commit c5769dc

Please sign in to comment.