From 1b20bcec5bbe59cda3413538150548ed11473651 Mon Sep 17 00:00:00 2001 From: CloudDrove CI <84795582+clouddrove-ci@users.noreply.github.com> Date: Mon, 3 Jul 2023 16:49:03 +0000 Subject: [PATCH] docs: update CHANGELOG.md for 1.0.2 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b540be..8f20fd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.2] - 2023-07-03 +### :bug: Bug Fixes +- [`a253794`](https://github.com/clouddrove/terraform-azure-vpn/commit/a253794bb4f80f1394c3db700b55b412bab71e0c) - default variable pass in variable.tf *(commit by [@themaheshyadav](https://github.com/themaheshyadav))* +- [`3b2cdcd`](https://github.com/clouddrove/terraform-azure-vpn/commit/3b2cdcd0f7b01c5e46a3acc651e56a7b4cc58804) - Added enable variable and added comments *(commit by [@13archit](https://github.com/13archit))* + +### :construction_worker: Build System +- [`d9fe809`](https://github.com/clouddrove/terraform-azure-vpn/commit/d9fe8093860bab6720424efb193f1cd3df3bf043) - added tfsec workflow *(commit by [@anmolnagpal](https://github.com/anmolnagpal))* + + ## [1.0.1] - 2023-01-07 ### :bug: Bug Fixes - [`bf29ba6`](https://github.com/clouddrove/terraform-azure-vpn/commit/bf29ba6f99763fe3c0af2c5f8fb5fabcb12a4835) - Added subnet variable @@ -17,3 +26,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [1.0.0]: https://github.com/clouddrove/terraform-azure-acr/compare/1.0.0...master [1.0.1]: https://github.com/clouddrove/terraform-azure-vpn/compare/1.0.0...1.0.1 + +[1.0.2]: https://github.com/clouddrove/terraform-azure-vpn/compare/1.0.1...1.0.2 \ No newline at end of file