Skip to content

Commit

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

## [Unreleased]

## [1.1.0] - 2019-10-02

### Added

- `create_router` variable toggles management of a `google_compute_router`
resource within the module. [#20]

## [1.0.0] - 2019-07-30

### Changed
Expand All @@ -19,8 +26,10 @@ project adheres to [Semantic Versioning](http://semver.org/).

- Initial release

[Unreleased]: https://github.com/terraform-google-modules/terraform-google-cloud-nat/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/terraform-google-modules/terraform-google-cloud-nat/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/terraform-google-modules/terraform-google-cloud-nat/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/terraform-google-modules/terraform-google-cloud-nat/compare/v0.1.0...v1.0.0
[0.1.0]: https://github.com/terraform-google-modules/terraform-google-cloud-nat/releases/tag/v0.1.0

[#20]: https://github.com/terraform-google-modules/terraform-google-cloud-nat/pull/20
[#12]: https://github.com/terraform-google-modules/terraform-google-cloud-nat/pull/12

0 comments on commit f28cdce

Please sign in to comment.