From 4ff2275d24baba4bea5c496847cbc6acdb6f73d8 Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Sat, 9 Nov 2019 08:45:55 +0100 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab60cc9..16b074a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to ## [Unreleased] +## [2.0.2] - 2019-10-09 + +### Fixed + +- Fix outputs on `names` variable element removal/change [#14] + ## [2.0.1] - 2019-09-13 ### Changed @@ -44,12 +50,16 @@ and this project adheres to - Initial release. [#1] -[Unreleased]: https://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v2.0.0...HEAD +[Unreleased]: https://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v2.0.2...HEAD +[2.0.2]: https://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v2.0.1...v2.0.2 +[2.0.1]: https://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v1.0.0...v2.0.0 [1.0.0]: https://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v0.1.1...v1.0.0 [0.1.1]: https://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/terraform-google-modules/terraform-google-service-accounts/releases/tag/v0.1.0 +[#14]: https://github.com/terraform-google-modules/terraform-google-service-accounts/pull/14 +[#13]: https://github.com/terraform-google-modules/terraform-google-service-accounts/pull/13 [#9]: https://github.com/terraform-google-modules/terraform-google-service-accounts/pull/9 [#3]: https://github.com/terraform-google-modules/terraform-google-service-accounts/pull/3 [#1]: https://github.com/terraform-google-modules/terraform-google-service-accounts/pull/1