Skip to content

Commit 44f0bd4

Browse files
committed
Add CHANGELOG entry for 0.2.0
1 parent 8362a03 commit 44f0bd4

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,11 +7,19 @@ project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2019-05-30
11+
12+
### Added
13+
14+
- `instance_group` output on the `mig` submodule. [#10]
15+
1016
## [0.1.0] - 2019-04-30
1117

1218
### Added
1319
- `instance_template`, `mig`, and `umig` modules
1420
- examples, basic tests and fixtures for all modules
1521

16-
[Unreleased]: https://github.com/terraform-google-modules/terraform-google-vm/compare/v0.1.0...HEAD
22+
[Unreleased]: https://github.com/terraform-google-modules/terraform-google-vm/compare/v0.2.0...HEAD
23+
[0.2.0]: https://github.com/terraform-google-modules/terraform-google-vm/compare/v0.1.0...v0.2.0
1724
[0.1.0]: https://github.com/terraform-google-modules/terraform-google-vm/releases/tag/v0.1.0
25+
[#10]: https://github.com/terraform-google-modules/terraform-google-vm/pull/10

0 commit comments

Comments
 (0)