We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfc6358 + 8463f3a commit cb6ac66Copy full SHA for cb6ac66
CHANGES
@@ -1,4 +1,4 @@
1
-2.0.0-rc1 (Mar 14, 2025)
+2.0.0-rc1 (Apr 14, 2025)
2
- Drop PHP 7 support
3
- Don't restart connection flow when a timeout error occurs
4
src/Version.php
@@ -4,5 +4,5 @@
5
class Version
6
{
7
- const CURRENT = '2.0.0-rc1';
+ const CURRENT = '2.0.0';
8
}
0 commit comments