diff --git a/VERSION b/VERSION index bb951c8..155069a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.34 +0.0.35 diff --git a/changelog.md b/changelog.md index 6a9d6f3..c054c09 100644 --- a/changelog.md +++ b/changelog.md @@ -4,8 +4,9 @@ SPIN Framework Changelog ## 0.0.35 - Unittests updated to support PHP 8.4 and PHPUnit 12 -- Docblocks refactores in many places -- Config +- Docblocks refactored in many places +- Config automatically replaces ${env:VAR} environment macros on loading +- Hook related things removed from codebase ## 0.0.34 - Bugfix on PDO not correctly parsing default options diff --git a/composer.json b/composer.json index e6ab294..7a07575 100644 --- a/composer.json +++ b/composer.json @@ -60,7 +60,7 @@ "test": "phpunit" }, "require-dev": { - "phpunit/phpunit": "^10.5 || ^11.0 || ^12.0" + "phpunit/phpunit": "^10.5||^11.0||^12.0" }, "config": { "optimize-autoloader": true