Skip to content

Commit e6381c6

Browse files
authored
Merge pull request #236 from Yoast/feature/changelog-3.1.1
Changelog for the 3.1.1 release
2 parents 32aafad + 734007d commit e6381c6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses
99

1010
_Nothing yet._
1111

12+
## [3.1.1] - 2025-01-12
13+
14+
### Fixed
15+
* AssertContainsOnly::assertContainsNotOnlyInstancesOf(): incorrect parameter name. PR [#235]
16+
17+
### Changed
18+
* General housekeeping.
19+
20+
[#235]: https://github.com/Yoast/PHPUnit-Polyfills/pull/235
21+
22+
1223
## [3.1.0] - 2025-01-08
1324

1425
### Added
@@ -356,6 +367,7 @@ Initial release.
356367

357368

358369
[Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/main...HEAD
370+
[3.1.1]: https://github.com/Yoast/PHPUnit-Polyfills/compare/3.1.0...3.1.1
359371
[3.1.0]: https://github.com/Yoast/PHPUnit-Polyfills/compare/3.0.0...3.1.0
360372
[3.0.0]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.3...3.0.0
361373
[2.0.3]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.2...2.0.3

phpunitpolyfills-autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ final class Autoload {
2222
*
2323
* @var string
2424
*/
25-
const VERSION = '3.1.0';
25+
const VERSION = '3.1.1';
2626

2727
/**
2828
* Loads a class.

0 commit comments

Comments
 (0)