From 01a164c9eccfc654b54fe31f75915e25df557b23 Mon Sep 17 00:00:00 2001 From: Aaron Lane Date: Tue, 26 Nov 2019 12:58:50 -0500 Subject: [PATCH] Add 2.1.0 to CHANGELOG --- CHANGELOG.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11d405b..3d7ecff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,15 +7,17 @@ project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] -### Changed - -- Updated basic example to use [terraform-google-vm](https://github.com/terraform-google-modules/terraform-google-vm) managed instance group. [#14] +## [2.1.0] - 2019-11-26 ### Added -- New `health_check`, `ip_address`, and `ip_protocol` parameters. [#20] +- New `health_check`, `ip_address`, and `ip_protocol` parameters. [#20] [#22] - Introduced new lint testing and integration testing based on `terraform-google-modules` standards. [#12] +### Changed + +- Updated basic example to use [terraform-google-vm](https://github.com/terraform-google-modules/terraform-google-vm) managed instance group. [#14] + ## [2.0.0] - 2019-08-02 ### Changed @@ -34,13 +36,15 @@ project adheres to [Semantic Versioning](http://semver.org/). ## [1.0.0] - 2017-08-28 -[Unreleased]: https://github.com/GoogleCloudPlatform/terraform-google-lb/compare/v2.0.0...HEAD +[Unreleased]: https://github.com/GoogleCloudPlatform/terraform-google-lb/compare/v2.1.0...HEAD +[2.1.0]: https://github.com/GoogleCloudPlatform/terraform-google-lb/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/GoogleCloudPlatform/terraform-google-lb/compare/1.0.3...v2.0.0 [1.0.3]: https://github.com/GoogleCloudPlatform/terraform-google-lb/compare/1.0.2...1.0.3 [1.0.2]: https://github.com/GoogleCloudPlatform/terraform-google-lb/compare/1.0.1...1.0.2 [1.0.1]: https://github.com/GoogleCloudPlatform/terraform-google-lb/compare/1.0.0...1.0.1 [1.0.0]: https://github.com/GoogleCloudPlatform/terraform-google-lb/releases/tag/1.0.0 -[#20]: https://github.com/terraform-google-modules/terraform-google-lb/issue/20 -[#14]: https://github.com/terraform-google-modules/terraform-google-lb/issue/14 +[#22]: https://github.com/terraform-google-modules/terraform-google-lb/pull/22 +[#20]: https://github.com/terraform-google-modules/terraform-google-lb/issues/20 +[#14]: https://github.com/terraform-google-modules/terraform-google-lb/issues/14 [#12]: https://github.com/terraform-google-modules/terraform-google-lb/issues/12 [#11]: https://github.com/terraform-google-modules/terraform-google-lb/issues/11