From 86c0f5f59000b4527cc416a946e70d3e06208156 Mon Sep 17 00:00:00 2001 From: "lendabot[bot]" <126705550+lendabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 16:11:03 +0000 Subject: [PATCH] chore: release 0.4.0 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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)