Skip to content

Commit cb6ac66

Browse files
authored
Merge pull request #26 from splitio/release/2.0.0
release 2.0.0
2 parents bfc6358 + 8463f3a commit cb6ac66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2.0.0-rc1 (Mar 14, 2025)
1+
2.0.0-rc1 (Apr 14, 2025)
22
- Drop PHP 7 support
33
- Don't restart connection flow when a timeout error occurs
44

src/Version.php

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

55
class Version
66
{
7-
const CURRENT = '2.0.0-rc1';
7+
const CURRENT = '2.0.0';
88
}

0 commit comments

Comments
 (0)