From 8858643679e94fe50143c7cc27cbdfe577309190 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Tue, 3 Sep 2024 12:30:54 +0200 Subject: [PATCH] Changelog for the 1.1.2 release Includes updating the `VERSION` constant in the `Autoload` class. --- CHANGELOG.md | 12 ++++++++++++ phpunitpolyfills-autoload.php | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f50846..28a0eb7 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.2] - 2024-09-07 + +This is a maintenance release. + +### Changed +* README: updated sub-section about PHPUnit version support with information about the PHPUnit Polyfills 3.x branch. PR [#188] +* General housekeeping. + +[#188]: https://github.com/Yoast/PHPUnit-Polyfills/pull/188 + + ## [1.1.1] - 2024-04-05 ### Added @@ -178,6 +189,7 @@ Initial release. [Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.x...HEAD +[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 [1.1.0]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.0.5...1.1.0 [1.0.5]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.0.4...1.0.5 diff --git a/phpunitpolyfills-autoload.php b/phpunitpolyfills-autoload.php index 5e40dc6..464e82a 100644 --- a/phpunitpolyfills-autoload.php +++ b/phpunitpolyfills-autoload.php @@ -17,7 +17,7 @@ final class Autoload { * * @var string */ - const VERSION = '1.1.1'; + const VERSION = '1.1.2'; /** * Loads a class.