Skip to content

Commit a0e3e9a

Browse files
authored
Merge pull request #252 from Yoast/feature/2.x/changelog-v2.0.4
Changelog for the 2.0.4 release
2 parents 2946aa5 + 0f50227 commit a0e3e9a

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses
99

1010
_Nothing yet._
1111

12+
## [2.0.4] - 2025-02-09
13+
14+
This is a maintenance release.
15+
16+
### Changed
17+
* README: updated sub-section about PHPUnit version support with information about the PHPUnit Polyfills 4.x branch. PR [#249]
18+
* General housekeeping.
19+
20+
<!-- Link to #249 is defined on the 1.1.4 release. -->
21+
22+
1223
## [2.0.3] - 2025-01-08
1324

1425
This is a maintenance release.
@@ -297,7 +308,8 @@ As of version 2.15.0 of the `shivammathur/setup-php` action for GitHub Actions,
297308
Initial release.
298309

299310

300-
[Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.3...2.x
311+
[Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.4...2.x
312+
[2.0.4]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.3...2.0.4
301313
[2.0.3]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.2...2.0.3
302314
[2.0.2]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.1...2.0.2
303315
[2.0.1]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.0...2.0.1

phpunitpolyfills-autoload.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ final class Autoload {
2323
*
2424
* @var string
2525
*/
26-
const VERSION = '2.0.3';
26+
const VERSION = '2.0.4';
2727

2828
/**
2929
* Loads a class.

0 commit comments

Comments
 (0)