diff --git a/CHANGELOG.md b/CHANGELOG.md index 91bca03..ec32446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.2.2 (2024-07-20) + +## What's Changed +* Fix compatibility with synfony console 4-5 by @roxblnfk in https://github.com/php-internal/dload/pull/9 + + +**Full Changelog**: https://github.com/php-internal/dload/compare/0.2.1...0.2.2 + ## 0.2.1 (2024-07-20) ## What's Changed diff --git a/resources/version.json b/resources/version.json index 084d283..9d47a3d 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.2.2" }