Skip to content

Commit

Permalink
Add 1.2.0 with #22 to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Lane authored Nov 22, 2019
1 parent 4d3ce6d commit 86e5f53
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,10 +7,17 @@ project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.2.0] - 2019-11-22

### Added

- Support for specific subnets with the `subnets` variable. [#10]

### Changed

- The `region` output depends on the `google_computer_router_nat` resource to enable a dependency graph between internal and
external resources. [#22]

## [1.1.0] - 2019-10-02

### Added
Expand All @@ -30,11 +37,13 @@ project adheres to [Semantic Versioning](http://semver.org/).

- Initial release

[Unreleased]: https://github.com/terraform-google-modules/terraform-google-cloud-nat/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/terraform-google-modules/terraform-google-cloud-nat/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/terraform-google-modules/terraform-google-cloud-nat/compare/v1.1.0...v1.2.0
[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

[#22]: https://github.com/terraform-google-modules/terraform-google-cloud-nat/issues/22
[#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
[#10]: https://github.com/terraform-google-modules/terraform-google-cloud-nat/issues/10

0 comments on commit 86e5f53

Please sign in to comment.