diff --git a/Changelog.md b/Changelog.md index 266c82e..a882311 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,11 @@ ## 4.x Series +## Unreleased +##### 2024-XX-YY + +- Changed `TaxRate::hasConfiguration()` to return false on empty arrays as well + ## 4.1.0 ##### 2024-07-11 diff --git a/composer.json b/composer.json index dd7901d..9b63071 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "laravel/framework": "^10.43|^11.0", "nette/schema": "^1.2.5", "vanilo/contracts": "^4.0", - "vanilo/support": "^4.0" + "vanilo/support": "^4.2" }, "require-dev": { "phpunit/phpunit": "^10.0",