Skip to content

Commit 5051b30

Browse files
authored
Merge pull request #228 from phil-davis/prepare-4.0.0
Prepare release 4.0.0
2 parents 3829dde + 74b673b commit 5051b30

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
ChangeLog
22
=========
33

4+
4.0.0 (2022-09-26)
5+
------------------
6+
* #226 Allow sabre/uri major version 3 ( @phil-davis )
7+
48
3.0.0 (2022-08-17)
59
------------------
610
* #220 Set minimum PHP to 7.4 and declare types ( @phil-davis )

lib/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ class Version
1616
/**
1717
* Full version number.
1818
*/
19-
public const VERSION = '3.0.0';
19+
public const VERSION = '4.0.0';
2020
}

0 commit comments

Comments
 (0)