diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 0477999..2537c1f 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.2" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f654a30..c69ae1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/Lendable/phpunit-extensions/compare/0.3.2...0.4.0) (2026-01-09) + + +### Features + +* Require PHP 8.3 and PHPUnit 12 ([#144](https://github.com/Lendable/phpunit-extensions/issues/144)) ([a64b829](https://github.com/Lendable/phpunit-extensions/commit/a64b8296778834e007d988f74e8c70c677d30f5e)) + ## [0.3.2](https://github.com/Lendable/phpunit-extensions/compare/0.3.1...0.3.2) (2026-01-09)