Skip to content

Commit da01f31

Browse files
committed
Bumped version to 4.1.2.
1 parent 69e1116 commit da01f31

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
4.1.2
2+
3+
- fixed interaction when making HTTP requests in feature tests when collecting tests in Laravel
4+
- updated to Clockwork App 4.1.1
5+
16
4.1.1
27

38
- added ext-json to composer.json require section (idea by staabm, thanks!)

Clockwork/Clockwork.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Clockwork implements LoggerInterface
2121
/**
2222
* Clockwork version
2323
*/
24-
const VERSION = '4.1.1';
24+
const VERSION = '4.1.2';
2525

2626
/**
2727
* Array of data sources, these objects provide data to be stored in a request object

0 commit comments

Comments
 (0)