From 3ef857ee6af38016b2c227d99246cf1fdad61a39 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 6 Jan 2025 02:29:37 +0100 Subject: [PATCH] Changelog for the 1.1.3 release Includes updating the `VERSION` constant in the `Autoload` class. --- CHANGELOG.md | 12 +++++++++++- phpunitpolyfills-autoload.php | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f56e7c..0f1948e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,15 @@ This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses _Nothing yet._ +## [1.1.3] - 2025-01-08 + +This is a maintenance release. + +### Changed +* README: fixed a few broken badges. +* General housekeeping. + + ## [1.1.2] - 2024-09-07 This is a maintenance release. @@ -188,7 +197,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.x...HEAD +[Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.3...1.x +[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 [1.1.0]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.0.5...1.1.0 diff --git a/phpunitpolyfills-autoload.php b/phpunitpolyfills-autoload.php index c8ba1cf..9a55059 100644 --- a/phpunitpolyfills-autoload.php +++ b/phpunitpolyfills-autoload.php @@ -21,7 +21,7 @@ final class Autoload { * * @var string */ - const VERSION = '1.1.2'; + const VERSION = '1.1.3'; /** * Loads a class.