Skip to content

Commit 2ada6f9

Browse files
authored
Add entry for 1.1.0 to CHANGELOG
1 parent 0a6aaa2 commit 2ada6f9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.1.0] - 2019-07-24
11+
12+
### Added
13+
14+
- `auto_create_subnetworks` variable and `description` variable. [#57]
15+
1016
## [1.0.0] - 2019-07-12
1117

1218
### Changed
@@ -86,7 +92,8 @@ and this project adheres to [Semantic Versioning][semver-site].
8692
- Subnets within the VPC
8793
- Secondary ranges for the subnets (if applicable)
8894

89-
[Unreleased]: https://github.com/terraform-google-modules/terraform-google-network/compare/v1.0.0...HEAD
95+
[Unreleased]: https://github.com/terraform-google-modules/terraform-google-network/compare/v1.1.0...HEAD
96+
[1.1.0]: https://github.com/terraform-google-modules/terraform-google-network/compare/v1.0.0...v1.1.0
9097
[1.0.0]: https://github.com/terraform-google-modules/terraform-google-network/compare/v0.8.0...v1.0.0
9198
[0.8.0]: https://github.com/terraform-google-modules/terraform-google-network/compare/v0.7.0...v0.8.0
9299
[0.7.0]: https://github.com/terraform-google-modules/terraform-google-network/compare/v0.6.0...v0.7.0
@@ -96,6 +103,7 @@ and this project adheres to [Semantic Versioning][semver-site].
96103
[0.3.0]: https://github.com/terraform-google-modules/terraform-google-network/compare/v0.2.0...v0.3.0
97104
[0.2.0]: https://github.com/terraform-google-modules/terraform-google-network/compare/v0.1.0...v0.2.0
98105
[0.1.0]: https://github.com/terraform-google-modules/terraform-google-network/releases/tag/v0.1.0
106+
[#57]: https://github.com/terraform-google-modules/terraform-google-network/pull/57
99107
[#47]: https://github.com/terraform-google-modules/terraform-google-network/pull/47
100108
[#45]: https://github.com/terraform-google-modules/terraform-google-network/pull/45
101109
[#40]: https://github.com/terraform-google-modules/terraform-google-network/pull/40

0 commit comments

Comments
 (0)