From b844e63fb1dc6a5644f30f7f3f63396a42f82ee3 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Fri, 5 Apr 2024 16:08:36 +0200 Subject: [PATCH] Changelog for the 1.1.1 release Includes updating the `VERSION` constant in the `Autoload` class. --- CHANGELOG.md | 14 +++++++++++++- phpunitpolyfills-autoload.php | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eeb0ae..4f50846 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.1] - 2024-04-05 + +### Added +* Compatibility fix for running tests using a PHPUnit PHAR file for PHPUnit 8.5.38+ and PHPUnit 9.6.19+. PR [#161]. + +### Changed +* General housekeeping. + +[#161]: https://github.com/Yoast/PHPUnit-Polyfills/pull/161 + + ## [1.1.0] - 2023-08-19 ### Added @@ -166,7 +177,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/main...HEAD +[Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.x...HEAD +[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 [1.0.4]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.0.3...1.0.4 diff --git a/phpunitpolyfills-autoload.php b/phpunitpolyfills-autoload.php index ca96107..5e40dc6 100644 --- a/phpunitpolyfills-autoload.php +++ b/phpunitpolyfills-autoload.php @@ -17,7 +17,7 @@ final class Autoload { * * @var string */ - const VERSION = '1.1.0'; + const VERSION = '1.1.1'; /** * Loads a class.