E56B 5.3.5 · Codeception/Codeception@83c2986 · GitHub
[go: up one dir, main page]

Skip to content

Commit 83c2986

committed
5.3.5
1 parent 147c723 commit 83c2986

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.5
2+
3+
* PHP 8.5: Avoid accessing deprecated $http_response_header by @W0rma in #6924
4+
* Add support for PHPUnit 13 by @W0rma in #6925
5+
16
#### 5.3.4
27

38
* Use attributes syntax in gherkin:snippets in #6917

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.4';
39+
public const VERSION = '5.3.5';
4040

4141
protected ResultAggregator $resultAggregator;
4242

0 commit comments

Comments
 (0)
0