8000 5.3.1 · Codeception/Codeception@4ac6b4f · GitHub
[go: up one dir, main page]

Skip to content

Commit 4ac6b4f

Browse files
committed
5.3.1
1 parent 77892d8 commit 4ac6b4f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG-5.x.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#### 5.3.1
2+
3+
* Issue 6857: Update Actor::__call() to have return type 'mixed' by @troy-rudolph in #6858
4+
* Fix auto-injection of the tester property by @W0rma in #6856
5+
16
#### 5.3.0
27

38
* Update readme.md by @rossaddison in #6834

src/Codeception/Codecept.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Codecept
3636
/**
3737
* @var string
3838
*/
39-
public const VERSION = '5.3.0';
39+
public const VERSION = '5.3.1';
4040

4141
protected ResultAggregator $resultAggregator;
4242

0 commit comments

Comments
 (0)
0