diff --git a/Changelog.md b/Changelog.md index 3551ecb..9069113 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,8 +1,8 @@ # Changelog ### Konekt Enum Eloquent -## Unreleased -##### 2023-XX-YY +## 1.9.1 +##### 2023-09-25 - Bumped minimal Laravel version to 8.75 - Fixed issue where CastEnum did not take in account hidden or visible properties from Eloquent diff --git a/composer.json b/composer.json index 8d03c1d..e1541b7 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ }, "require-dev": { "phpunit/phpunit": "9 - 10", - "illuminate/events": "8.*|9.*|10.*" + "illuminate/events": "^8.75|9.*|10.*" }, "autoload": { "psr-4": { "Konekt\\Enum\\Eloquent\\": "src/" }