diff --git a/CHANGELOG.md b/CHANGELOG.md index a44a81c..d990415 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to `svg-avatar-generator` will be documented in this file. +## 1.4.2 + +- Use laravel validation instead of manually checking configs. +- Added `ConfigValidator` class to define and perform validations. +- Changed modifiers for `$config` and `$extractor` in `SvgAvatarGenerator` class. +- Removed stale exception classes. +- Laravel 11 github workflows. + +## 1.4.1 + +- Laravel 11 support. + ## 1.4.0 - Support for custom fonts. diff --git a/src/Exceptions/InvalidCornerRadius.php b/src/Exceptions/InvalidCornerRadius.php deleted file mode 100644 index 065df0c..0000000 --- a/src/Exceptions/InvalidCornerRadius.php +++ /dev/null @@ -1,11 +0,0 @@ -