diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ef86572 --- /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.1 (2021-04-27) + + +### Features + +* Add Datadog::Monitors::Monitor resource ([3b0bb85](https://github.com/NomadBlacky/cdk-datadog-resources/commit/3b0bb85eb2c61f3cf569f1bf9e7ca69508ca9969)) diff --git a/package.json b/package.json index 8f1b40e..0de1938 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ ], "main": "lib/index.js", "license": "Apache-2.0", - "version": "0.0.0", + "version": "0.0.1", "jest": { "testMatch": [ "**/__tests__/**/*.ts?(x)", diff --git a/version.json b/version.json index 157d426..64d7fb8 100644 --- a/version.json +++ b/version.json @@ -1 +1,3 @@ -{"version":"0.0.0"} \ No newline at end of file +{ + "version": "0.0.1" +}