Skip to content

Commit abdf16a

Browse files
committed
prepare version to release
1 parent 994fa8d commit abdf16a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
7.1.7 (May 15, 2023)
2+
- Updated terminology on the SDKs codebase to be more aligned with current standard without causing a breaking change. The core change is the term split for feature flag on things like logs and phpdoc comments.
3+
- Fixed php 8.2 warnings in code.
4+
15
7.1.6 (Feb 14, 2023)
26
- Fixed logging on array conversion.
37

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.2.0-rc1';
6+
const CURRENT = '7.1.7-rc1';
77
}

0 commit comments

Comments
 (0)