Skip to content

Commit

Permalink
Add entry for 1.0.0 with #14 to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-lane authored Jul 31, 2019
1 parent c391b86 commit cb3d6cc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.0.0] - 2019-07-31

### Added

- `preemptible` variable on the Instance Template submodule. [#14]

### Changed

- Supported version of Terraform is 0.12. [#16]
Expand All @@ -23,8 +29,10 @@ project adheres to [Semantic Versioning](http://semver.org/).
- `instance_template`, `mig`, and `umig` modules
- examples, basic tests and fixtures for all modules

[Unreleased]: https://github.com/terraform-google-modules/terraform-google-vm/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/terraform-google-modules/terraform-google-vm/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/terraform-google-modules/terraform-google-vm/compare/v0.2.0...v1.0.0
[0.2.0]: https://github.com/terraform-google-modules/terraform-google-vm/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/terraform-google-modules/terraform-google-vm/releases/tag/v0.1.0
[#10]: https://github.com/terraform-google-modules/terraform-google-vm/pull/10
[#14]: https://github.com/terraform-google-modules/terraform-google-vm/pull/14
[#16]: https://github.com/terraform-google-modules/terraform-google-vm/pull/16

0 comments on commit cb3d6cc

Please sign in to comment.