From a637252f7a0d74d47254f2d956b981a7d1d1a528 Mon Sep 17 00:00:00 2001 From: Maurizio Date: Tue, 22 Nov 2022 20:55:42 +0100 Subject: [PATCH] chore: update CHANGELOG.md --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8a90fc..dfc64e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to `toolbox` will be documented in this file. +## 4.1.0 - 2022-11-22 + +### Added +- add driftingly/rector-laravel and update rector configuration file +- add schedule run on PHPMD workflow + +### Changed +- change .editorconfig file +- change `allow-plugins` section on composer.json + +### Removed +- remove laravel/sail (it is always required in a fresh new Laravel installation) + + ## 4.0.0 - 2022-11-21 ### Added