Skip to content

Commit 0b31ce8

Browse files
authored
Merge pull request #229 from Yoast/feature/changelog-1.1.3
Changelog for the 1.1.3 release
2 parents 034086e + 3ef857e commit 0b31ce8

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

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

1010
_Nothing yet._
1111

12+
## [1.1.3] - 2025-01-08
13+
14+
This is a maintenance release.
15+
16+
### Changed
17+
* README: fixed a few broken badges.
18+
* General housekeeping.
19+
20+
1221
## [1.1.2] - 2024-09-07
1322

1423
This is a maintenance release.
@@ -188,7 +197,8 @@ As of version 2.15.0 of the `shivammathur/setup-php` action for GitHub Actions,
188197
Initial release.
189198

190199

191-
[Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.x...HEAD
200+
[Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.3...1.x
201+
[1.1.3]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.2...1.1.3
192202
[1.1.2]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.1...1.1.2
193203
[1.1.1]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.0...1.1.1
194204
[1.1.0]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.0.5...1.1.0

phpunitpolyfills-autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ final class Autoload {
2121
*
2222
* @var string
2323
*/
24-
const VERSION = '1.1.2';
24+
const VERSION = '1.1.3';
2525

2626
/**
2727
* Loads a class.

0 commit comments

Comments
 (0)