Skip to content

Commit 001b028

Browse files
committed
Changelog for the 2.0.5 release
Includes updating the `VERSION` constant in the `Autoload` class.
1 parent d00c145 commit 001b028

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
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.5] - 2025-08-10
13+
14+
### Fixed
15+
* PHP 8.5 deprecation notice when using the `AssertAttributeHelper::getProperty()` and `AssertAttributeHelper::getPropertyValue()` methods. PR [#261]
16+
17+
### Changed
18+
* General housekeeping.
19+
20+
<!-- Link to #261 is defined on the 1.1.5 release. -->
21+
22+
1223
## [2.0.4] - 2025-02-09
1324

1425
This is a maintenance release.
@@ -319,7 +330,8 @@ As of version 2.15.0 of the `shivammathur/setup-php` action for GitHub Actions,
319330
Initial release.
320331

321332

322-
[Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.4...2.x
333+
[Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.5...2.x
334+
[2.0.5]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.4...2.0.5
323335
[2.0.4]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.3...2.0.4
324336
[2.0.3]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.2...2.0.3
325337
[2.0.2]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.1...2.0.2

phpunitpolyfills-autoload.php

Lines changed: 1 addition & 1 deletion
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.4';
26+
const VERSION = '2.0.5';
2727

2828
/**
2929
* Loads a class.

0 commit comments

Comments
 (0)