diff --git a/.github/workflows/changelog.yaml b/.github/workflows/changelog.yaml new file mode 100644 index 0000000..3e48a53 --- /dev/null +++ b/.github/workflows/changelog.yaml @@ -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' diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..06ae6f5 --- /dev/null +++ b/CHANGELOG.md @@ -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