From 694c13bac53eb08b25ba028038030450d09d8d64 Mon Sep 17 00:00:00 2001 From: Aaron Lane Date: Fri, 26 Jul 2019 17:33:31 -0400 Subject: [PATCH] Add release date for 1.0.0 to CHANGELOG --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8517655..22634f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.0.0] - 2019-07-26 + ### CHANGED - Upgraded for usage with terraform-0.12.x [#6] @@ -25,9 +28,10 @@ and this project adheres to - Initial release. [#1] -[Unreleased]: https://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v0.1.1...HEAD +[Unreleased]: https://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v1.0.0...HEAD +[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 [#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 -[#6]: https://github.com/terraform-google-modules/terraform-google-service-accounts/pull/6 \ No newline at end of file +[#6]: https://github.com/terraform-google-modules/terraform-google-service-accounts/pull/6