diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..db6551f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +### [0.0.2](https://github.com/padok-team/terraform-azurerm-frontdoor/compare/v0.0.1...v0.0.2) (2022-01-14) + + +### Features + +* **standards:** add licence and codeowners ([4f61edd](https://github.com/padok-team/terraform-azurerm-frontdoor/commit/4f61edd18b5d64aa0cb68e2ebb43499596a1f3a0)) diff --git a/package.json b/package.json index 8efa84e..5c3d84d 100644 --- a/package.json +++ b/package.json @@ -4,5 +4,5 @@ "version": "standard-version --no-verify", "dry-run": "standard-version --dry-run --no-verify" }, - "version": "0.0.1" + "version": "0.0.2" }