Skip to content

Commit c5769dc

Browse files
chore: release 2.6.0 (#210)
1 parent ab9eb69 commit c5769dc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.6.0](https://www.github.com/terraform-google-modules/terraform-google-network/compare/v2.5.0...v2.6.0) (2020-12-08)
6+
7+
8+
### Features
9+
10+
* 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))
11+
* Added support for Terraform 0.14 ([#217](https://github.com/terraform-google-modules/terraform-google-network/pull/217))
12+
513
## [2.5.0](https://www.github.com/terraform-google-modules/terraform-google-network/compare/v2.4.0...v2.5.0) (2020-08-11)
614

715

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.5"
23+
version = "~> 2.6"
2424
2525
project_id = "<PROJECT ID>"
2626
network_name = "example-vpc"

0 commit comments

Comments
 (0)