Skip to content

Commit a953e76

Browse files
authored
Merge pull request #158 from terraform-google-modules/aaron-lane/1.2.0-changelog
Update CHANGELOG for 1.2.0
2 parents 8cea7a6 + 8456b31 commit a953e76

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
@@ -8,6 +8,12 @@ Extending the adopted spec, each change should have a link to its corresponding
88

99
## [Unreleased]
1010

11+
## [1.2.0] - 2019-03-05
12+
13+
### CHANGED
14+
15+
- The `credentials_path` variable is now optional; Application Default Credentials may be used instead. [#58]
16+
1117
## [1.1.2] - 2019-03-01
1218
### FIXED
1319
- Stabilized `terraform plan` to prevent the default service account resource from being recreated each time. [#153]
@@ -63,7 +69,8 @@ Extending the adopted spec, each change should have a link to its corresponding
6369
### ADDED
6470
- This is the initial release of the Project Factory Module.
6571

66-
[Unreleased]: https://github.com/terraform-google-modules/terraform-google-project-factory/compare/v1.1.2...HEAD
72+
[Unreleased]: https://github.com/terraform-google-modules/terraform-google-project-factory/compare/v1.2.0...HEAD
73+
[1.2.0]: https://github.com/terraform-google-modules/terraform-google-project-factory/compare/v1.1.2...v1.2.0
6774
[1.1.2]: https://github.com/terraform-google-modules/terraform-google-project-factory/compare/v1.1.1...v1.1.2
6875
[1.1.1]: https://github.com/terraform-google-modules/terraform-google-project-factory/compare/v1.1.0...v1.1.1
6976
[1.1.0]: https://github.com/terraform-google-modules/terraform-google-project-factory/compare/v1.0.2...v1.1.0
@@ -84,6 +91,7 @@ Extending the adopted spec, each change should have a link to its corresponding
8491
[#125]: https://github.com/terraform-google-modules/terraform-google-project-factory/pull/125
8592
[#91]: https://github.com/terraform-google-modules/terraform-google-project-factory/pull/91
8693
[#94]: https://github.com/terraform-google-modules/terraform-google-project-factory/pull/94
94+
[#58]: https://github.com/terraform-google-modules/terraform-google-project-factory/pull/58
8795
[#53]: https://github.com/terraform-google-modules/terraform-google-project-factory/pull/53
8896
[#34]: https://github.com/terraform-google-modules/terraform-google-project-factory/pull/34
8997
[#64]: https://github.com/terraform-google-modules/terraform-google-project-factory/pull/64

0 commit comments

Comments
 (0)