Skip to content

Commit 7d5a2e9

Browse files
committed
preparation of release 7.1.2
1 parent 9993f3d commit 7d5a2e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
7.1.2 (May 24, 2022)
2-
- Added validation when strlen is not receiving string to avoid Fatal Error in PHP 8.
2+
- Added validation when `strlen` is not receiving string to avoid Fatal Error in PHP 8.
33

44
7.1.1 (March 28, 2022)
55
- Removed unused logic for HTTP and requests dependency.

src/SplitIO/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
class Version
55
{
6-
const CURRENT = '7.1.2-rc1';
6+
const CURRENT = '7.1.2';
77
}

0 commit comments

Comments
 (0)