diff --git a/CHANGELOG.md b/CHANGELOG.md index 78092cb..980e734 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +## [0.1.1] - 13-12-2021 + +- Fixed issue with loading Service Provider + ## [0.1.0] - 11-12-2021 (First Release 🥳) ### Added @@ -32,4 +36,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added rule for a 12hour time format - Added rule for a 24hour time format - Added rule for validating UNIX timestamps -- Added "OrRule" \ No newline at end of file +- Added "OrRule" diff --git a/composer.json b/composer.json index 27d55f5..3fd21ed 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "extra": { "laravel": { "providers": [ - "SandervanKasteel\\LaravelExtendedValidation\\LaravelExtendedValidationServiceProvider" + "LaravelExtendedValidation\\LaravelExtendedValidationServiceProvider" ] } },