diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f1948e..d5edce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,17 @@ This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses _Nothing yet._ +## [1.1.4] - 2025-02-09 + +This is a maintenance release. + +### Changed +* README: updated sub-section about PHPUnit version support with information about the PHPUnit Polyfills 4.x branch. PR [#249] +* General housekeeping. + +[#249]: https://github.com/Yoast/PHPUnit-Polyfills/pull/249 + + ## [1.1.3] - 2025-01-08 This is a maintenance release. @@ -197,7 +208,8 @@ As of version 2.15.0 of the `shivammathur/setup-php` action for GitHub Actions, Initial release. -[Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.3...1.x +[Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.4...1.x +[1.1.4]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.3...1.1.4 [1.1.3]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.2...1.1.3 [1.1.2]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.1...1.1.2 [1.1.1]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.0...1.1.1 diff --git a/phpunitpolyfills-autoload.php b/phpunitpolyfills-autoload.php index 9a55059..b7cf6b5 100644 --- a/phpunitpolyfills-autoload.php +++ b/phpunitpolyfills-autoload.php @@ -21,7 +21,7 @@ final class Autoload { * * @var string */ - const VERSION = '1.1.3'; + const VERSION = '1.1.4'; /** * Loads a class.