Skip to content

Commit 3ab684e

Browse files
committed
Match CHANGELOG to Keep a Changelog spec
1 parent 9acd741 commit 3ab684e

File tree

1 file changed

+39
-16
lines changed

1 file changed

+39
-16
lines changed

CHANGELOG.md

Lines changed: 39 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,64 @@
1-
# Change Log
1+
# Changelog
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
6-
project adheres to [Semantic Versioning](http://semver.org/).
5+
The format is based on [Keep a Changelog][keepachangelog-site],
6+
and this project adheres to [Semantic Versioning][semver-site].
7+
8+
## [Unreleased]
9+
10+
## [0.5.0] - 2019-01-31
11+
12+
### Changed
713

8-
## [0.5.0]
9-
### CHANGED
1014
- Make `routing_mode` a configurable variable. Defaults to "GLOBAL" [#26]
1115

12-
### ADDED
16+
### Added
17+
1318
- Subnet self links as outputs. [#27]
1419
- Support for route creation [#14]
1520
- Add example for VPC with many secondary ranges [#23]
1621
- Add example for VPC with regional routing mode [#26]
1722

18-
### FIXED
23+
### Fixed
24+
1925
- Resolved issue with networks that have no secondary networks [#19]
2026

21-
## [0.4.0]
22-
### CHANGED
27+
## [0.4.0] - 2018-09-25
28+
29+
### Changed
30+
2331
- Make `subnet_private_access` and `subnet_flow_logs` into strings to be consistent with `shared_vpc` flag [#13]
2432

25-
## [0.3.0]
26-
### CHANGED
33+
## [0.3.0] - 2018-09-11
34+
35+
### Changed
36+
2737
- Make `subnet_private_access` default to false [#6]
2838

29-
### ADDED
39+
### Added
40+
3041
- Add support for controlling subnet flow logs [#6]
3142

32-
## [0.2.0]
33-
### ADDED
43+
## [0.2.0] - 2018-08-16
44+
45+
### Added
46+
3447
- Add support for Shared VPC hosting
3548

36-
## [0.1.0]
37-
### ADDED
49+
## 0.1.0 - 2018-08-08
50+
51+
### Added
52+
3853
- Initial release
3954
- A Google Virtual Private Network (VPC)
4055
- Subnets within the VPC
4156
- Secondary ranges for the subnets (if applicable)
57+
58+
[Unreleased]: https://github.com/terraform-google-modules/terraform-google-network/compare/v0.5.0...HEAD
59+
[0.5.0]: https://github.com/terraform-google-modules/terraform-google-network/compare/v0.4.0...v0.5.0
60+
[0.4.0]: https://github.com/terraform-google-modules/terraform-google-network/compare/v0.3.0...v0.4.0
61+
[0.3.0]: https://github.com/terraform-google-modules/terraform-google-network/compare/v0.2.0...v0.3.0
62+
[0.2.0]: https://github.com/terraform-google-modules/terraform-google-network/compare/v0.1.0...v0.2.0
63+
[keepachangelog-site]: https://keepachangelog.com/en/1.0.0/
64+
[semver-site]: https://semver.org/spec/v2.0.0.html

0 commit comments

Comments
 (0)