diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..2630aea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 0.2.0 (2024-07-19) + +## What's Changed +* Add `software` command by @roxblnfk in https://github.com/php-internal/dload/pull/5 +* Support custom XML config by @roxblnfk in https://github.com/php-internal/dload/pull/6 + +## New Contributors +* @roxblnfk made their first contribution in https://github.com/php-internal/dload/pull/5 + +**Full Changelog**: https://github.com/php-internal/dload/compare/0.1.0...0.2.0 diff --git a/resources/version.json b/resources/version.json index 96d9691..0262db7 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" }