Skip to content

Commit

Permalink
feat: update CHANGELOG.MD file
Browse files Browse the repository at this point in the history
  • Loading branch information
themaheshyadav committed Apr 28, 2023
1 parent bf17c73 commit 1d7d596
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: changelog
permissions: write-all

on:
push:
tags:
- "*"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
call-workflow-changelog:
uses: clouddrove/github-shared-workflows/.github/workflows/changelog.yml@master
with:
branch: 'master'
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog
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-04-13
### :sparkles: New Features
- [`d5a0ada`](https://github.com/clouddrove/terraform-azure-subnet/commit/994bfeaa8556857c6102db234d14710b3991b8e7) - update route table resource to create multiple rt in same vnet

## [1.0.1] - 2023-01-09
### :bug: Bug Fixes
- [`d5a0ada`](https://github.com/clouddrove/terraform-azure-vnet/commit/4e669df6b4fbd6c2a490af5fe54f8b24d9c20ed6) - update delegation and update service_endpoints

## [1.0.0] - 2022-12-29
### :sparkles: New Features
- [`b3434b7`](https://github.com/clouddrove/terraform-azure-subnet/commit/b3434b75f733296ad9c2259282bc36bb207794f1) - Added Terraform Azure Subnet Module.



[1.0.0]: https://github.com/clouddrove/terraform-azure-subnet/compare/1.0.0...master
[1.0.1]: https://github.com/clouddrove/terraform-azure-subnet/compare/1.0.0...1.0.1
[1.0.2]: https://github.com/clouddrove/terraform-azure-subnet/compare/1.0.1...1.0.2

0 comments on commit 1d7d596

Please sign in to comment.