File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,17 @@ This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses
99
1010_ Nothing yet._
1111
12+ ## [ 1.1.2] - 2024-09-07
13+
14+ This is a maintenance release.
15+
16+ ### Changed
17+ * README: updated sub-section about PHPUnit version support with information about the PHPUnit Polyfills 3.x branch. PR [ #188 ]
18+ * General housekeeping.
19+
20+ [ #188 ] : https://github.com/Yoast/PHPUnit-Polyfills/pull/188
21+
22+
1223## [ 1.1.1] - 2024-04-05
1324
1425### Added
@@ -178,6 +189,7 @@ Initial release.
178189
179190
180191[ Unreleased ] : https://github.com/Yoast/PHPUnit-Polyfills/compare/1.x...HEAD
192+ [ 1.1.2 ] : https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.1...1.1.2
181193[ 1.1.1 ] : https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.0...1.1.1
182194[ 1.1.0 ] : https://github.com/Yoast/PHPUnit-Polyfills/compare/1.0.5...1.1.0
183195[ 1.0.5 ] : https://github.com/Yoast/PHPUnit-Polyfills/compare/1.0.4...1.0.5
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ final class Autoload {
1717 *
1818 * @var string
1919 */
20- const VERSION = '1.1.1 ' ;
20+ const VERSION = '1.1.2 ' ;
2121
2222 /**
2323 * Loads a class.
You can’t perform that action at this time.
0 commit comments