diff --git a/CHANGELOG.md b/CHANGELOG.md index 6813437..272471c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.4.1 (2025-06-27) + +## What's Changed +* fix config injection path in Container by @roxblnfk in https://github.com/php-internal/dload/pull/61 + + +**Full Changelog**: https://github.com/php-internal/dload/compare/1.4.0...1.4.1 + ## 1.4.0 (2025-06-23) ## What's Changed diff --git a/resources/version.json b/resources/version.json index 73d3293..ce276fa 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.4.0" + ".": "1.4.1" }