From 6213509717190348bf4538aa2258b031193b6f0e Mon Sep 17 00:00:00 2001 From: Aaron Lane Date: Fri, 2 Aug 2019 09:55:26 -0400 Subject: [PATCH] Add entry for 2.0.0 to CHANGELOG --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a67326..63dc451 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [2.0.0] - 2019-08-02 + ### Changed - Supported version of Terraform is 0.12. [#11] @@ -23,9 +25,10 @@ project adheres to [Semantic Versioning](http://semver.org/). ## [1.0.0] - 2017-08-28 -[Unreleased]: https://github.com/GoogleCloudPlatform/terraform-google-lb/compare/v1.0.3...HEAD +[Unreleased]: https://github.com/GoogleCloudPlatform/terraform-google-lb/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/GoogleCloudPlatform/terraform-google-lb/compare/v1.0.3...v2.0.0 [1.0.3]: https://github.com/GoogleCloudPlatform/terraform-google-lb/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/GoogleCloudPlatform/terraform-google-lb/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/GoogleCloudPlatform/terraform-google-lb/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/GoogleCloudPlatform/terraform-google-lb/releases/tag/1.0.0 -[#11]: https://github.com/terraform-google-modules/terraform-google-vm/pull/11 \ No newline at end of file +[#11]: https://github.com/terraform-google-modules/terraform-google-vm/pull/11