We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3829dde + 74b673b commit 5051b30Copy full SHA for 5051b30
CHANGELOG.md
@@ -1,6 +1,10 @@
1
ChangeLog
2
=========
3
4
+4.0.0 (2022-09-26)
5
+------------------
6
+* #226 Allow sabre/uri major version 3 ( @phil-davis )
7
+
8
3.0.0 (2022-08-17)
9
------------------
10
* #220 Set minimum PHP to 7.4 and declare types ( @phil-davis )
lib/Version.php
@@ -16,5 +16,5 @@ class Version
16
/**
17
* Full version number.
18
*/
19
- public const VERSION = '3.0.0';
+ public const VERSION = '4.0.0';
20
}
0 commit comments