diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ebfb33..5c9a427 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to `laravel-setting` will be documented in this file. + +## [v1.2.0](https://github.com/michaelnabil230/laravel-setting/commit/00b42f635171f3063137608d378004495ba722f8) - 2022-04-22 + +### Added +- Add `flip` is a helper function flipping a boolean the key in the setting +- Add `enable` is a helper function that can enable the key in the setting +- Add `disable` is a helper function that can disable the key in the setting +- Add the new package `friendsofphp/php-cs-fixer` in `require-dev` for formatting code + +### Changed +- Rename the filename of fixer style and everything related to it + +### Fixed +- Fix the types in helper file + ## 1.0.0 - 2022-01-07 - initial release