diff --git a/CHANGELOG.md b/CHANGELOG.md index d25a527..72a8749 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [Unreleased] +## [v4.3.6] - 2025-02-21 + +### Added + +- Further PHP preset expansion. + ## [v4.3.5] - 2025-02-18 ### Fixed @@ -340,7 +346,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - Initial release. -[Unreleased]: https://github.com/raphaelstolt/lean-package-validator/compare/v4.3.5...HEAD +[Unreleased]: https://github.com/raphaelstolt/lean-package-validator/compare/v4.3.6...HEAD +[v4.3.6]: https://github.com/raphaelstolt/lean-package-validator/compare/v4.3.5...v4.3.6 [v4.3.5]: https://github.com/raphaelstolt/lean-package-validator/compare/v4.3.4...v4.3.5 [v4.3.4]: https://github.com/raphaelstolt/lean-package-validator/compare/v4.3.3...v4.3.4 [v4.3.3]: https://github.com/raphaelstolt/lean-package-validator/compare/v4.3.2...v4.3.3 diff --git a/bin/lean-package-validator b/bin/lean-package-validator index 0e3e5c5..54d563f 100755 --- a/bin/lean-package-validator +++ b/bin/lean-package-validator @@ -22,7 +22,7 @@ if (false === $autoloaded) { } \define('WORKING_DIRECTORY', \getcwd()); -\define('VERSION', '4.3.5'); +\define('VERSION', '4.3.6'); use Stolt\LeanPackage\Commands\InitCommand; use Stolt\LeanPackage\Commands\TreeCommand;