Skip to content

Commit 125d8ca

Browse files
committed
Add entry for 1.4.2 to CHANGELOG
1 parent 13ccaf3 commit 125d8ca

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning][semver-site].
77

88
## [Unreleased]
99

10+
## [1.4.2] - 2019-10-30
11+
12+
### Fixed
13+
14+
- The outputs `network_name`, `network_self_link`, and
15+
`subnets_secondary_ranges` depend on resource attributes rather than
16+
data source attributes when `create_network` = `true`. [#94]
17+
1018
## [1.4.1] - 2019-10-29
1119

1220
### Added
@@ -132,7 +140,8 @@ and this project adheres to [Semantic Versioning][semver-site].
132140
- Subnets within the VPC
133141
- Secondary ranges for the subnets (if applicable)
134142

135-
[Unreleased]: https://github.com/terraform-google-modules/terraform-google-network/compare/v1.4.1...HEAD
143+
[Unreleased]: https://github.com/terraform-google-modules/terraform-google-network/compare/v1.4.2...HEAD
144+
[1.4.2]: https://github.com/terraform-google-modules/terraform-google-network/compare/v1.4.1...v1.4.2
136145
[1.4.1]: https://github.com/terraform-google-modules/terraform-google-network/compare/v1.4.0...v1.4.1
137146
[1.4.0]: https://github.com/terraform-google-modules/terraform-google-network/compare/v1.3.0...v1.4.0
138147
[1.3.0]: https://github.com/terraform-google-modules/terraform-google-network/compare/v1.2.0...v1.3.0
@@ -148,6 +157,7 @@ and this project adheres to [Semantic Versioning][semver-site].
148157
[0.2.0]: https://github.com/terraform-google-modules/terraform-google-network/compare/v0.1.0...v0.2.0
149158
[0.1.0]: https://github.com/terraform-google-modules/terraform-google-network/releases/tag/v0.1.0
150159

160+
[#94]: https://github.com/terraform-google-modules/terraform-google-network/pull/94
151161
[#92]: https://github.com/terraform-google-modules/terraform-google-network/issues/92
152162
[#88]: https://github.com/terraform-google-modules/terraform-google-network/issues/88
153163
[#81]: https://github.com/terraform-google-modules/terraform-google-network/pull/81

0 commit comments

Comments
 (0)