diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..2e362117 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Change Log + +## 0.2.0 + +### Added +- Added Target build scripts with `Target.prebuildScripts` and `Target.postbuildScripts` +- Support for absolute paths in target sources, run script files, and config files +- Add validation for incorrect `Target.configFiles` + +### Fixed +- fixed some project objects sometimes having duplicate ids + +## 0.1.0 +First official release +