Skip to content

Commit

Permalink
Changelog for the 3.1.2 release
Browse files Browse the repository at this point in the history
Includes updating the `VERSION` constant in the `Autoload` class.
  • Loading branch information
jrfnl committed Feb 9, 2025
1 parent 615cd5b commit 59bd807
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses

_Nothing yet._

## [3.1.2] - 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.

<!-- Link to #249 is defined on the 1.1.4 release. -->


## [3.1.1] - 2025-01-12

### Fixed
Expand Down Expand Up @@ -389,6 +400,7 @@ Initial release.


[Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/main...HEAD
[3.1.2]: https://github.com/Yoast/PHPUnit-Polyfills/compare/3.1.1...3.1.2
[3.1.1]: https://github.com/Yoast/PHPUnit-Polyfills/compare/3.1.0...3.1.1
[3.1.0]: https://github.com/Yoast/PHPUnit-Polyfills/compare/3.0.0...3.1.0
[3.0.0]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.4...3.0.0
Expand Down
2 changes: 1 addition & 1 deletion phpunitpolyfills-autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ final class Autoload {
*
* @var string
*/
const VERSION = '3.1.1';
const VERSION = '3.1.2';

/**
* Loads a class.
Expand Down

0 comments on commit 59bd807

Please sign in to comment.