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
9
9
10
10
_ Nothing yet._
11
11
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
+
12
23
## [ 1.1.1] - 2024-04-05
13
24
14
25
### Added
@@ -178,6 +189,7 @@ Initial release.
178
189
179
190
180
191
[ 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
181
193
[ 1.1.1 ] : https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.0...1.1.1
182
194
[ 1.1.0 ] : https://github.com/Yoast/PHPUnit-Polyfills/compare/1.0.5...1.1.0
183
195
[ 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 {
17
17
*
18
18
* @var string
19
19
*/
20
- const VERSION = '1.1.1 ' ;
20
+ const VERSION = '1.1.2 ' ;
21
21
22
22
/**
23
23
* Loads a class.
You can’t perform that action at this time.
0 commit comments