From c4fb683692303efdfa6d9dc9ce2094c11df4d551 Mon Sep 17 00:00:00 2001 From: Aaron Lane Date: Fri, 22 Nov 2019 11:48:40 -0500 Subject: [PATCH] Add 1.0.0 to CHANGELOG --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7bdf128..3d6dabf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to ## [Unreleased] +## [1.0.0] - 2019-11-22 + ### Fixed - **Breaking**: Fixed issue with recreating custom roles by appending a random ID. Existing users can set `random_role_id` to `false` to avoid recreating the custom role. [#16] @@ -25,9 +27,9 @@ and this project adheres to - Initial release -[Unreleased]: https://github.com/terraform-google-modules/terraform-google-bastion-host/compare/v0.2.0...HEAD - -[0.2.0]: https://github.com/terraform-google-modules/terraform-google-bastion-host/releases/tag/v0.1.0...v0.2.0 +[Unreleased]: https://github.com/terraform-google-modules/terraform-google-bastion-host/compare/v1.0.0...HEAD +[1.0.0]: https://github.com/terraform-google-modules/terraform-google-bastion-host/compare/v0.2.0...v1.0.0 +[0.2.0]: https://github.com/terraform-google-modules/terraform-google-bastion-host/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/terraform-google-modules/terraform-google-bastion-host/releases/tag/v0.1.0 [#16]: https://github.com/terraform-google-modules/terraform-google-bastion-host/pull/16