Skip to content

Commit c4cec17

Browse files
authored
Merge pull request #246 from phil-davis/prepare-4.0.1
Prepare 4.0.1 release
2 parents 7bc0644 + f8a7b61 commit c4cec17

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

4+
4.0.1 (2023-06-28)
5+
------------------
6+
* #229 Fixed error where valueobject has eaten too much ( @mrbig )
7+
* #238 cs-fixer and CI updates ( @phil-davis )
8+
* #234 Call static assert functions with self:: tests-only ( @phil-davis )
9+
* #231 Adjust code style to meet current php-cs-fixer ( @phil-davis )
10+
411
4.0.0 (2022-09-26)
512
------------------
613
* #226 Allow sabre/uri major version 3 ( @phil-davis )
714

15+
3.0.1 (2023-06-28)
16+
------------------
17+
* #229 Fixed error where valueobject has eaten too much ( @mrbig )
18+
* #239 cs-fixer and CI updates ( @phil-davis )
19+
820
3.0.0 (2022-08-17)
921
------------------
1022
* #220 Set minimum PHP to 7.4 and declare types ( @phil-davis )
@@ -13,6 +25,10 @@ ChangeLog
1325
* #213 added phpstan types to deserializer functions ( @staabm )
1426
* #214 update phpstan 1.x ( @staabm )
1527

28+
2.2.6 (2023-06-28)
29+
------------------
30+
* #229 Fixed error where valueobject has eaten too much ( @mrbig )
31+
1632
2.2.5 (2021-11-04)
1733
------------------
1834
* #210 version bump that was missed in 2.2.4 ( @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 = '4.0.0';
19+
public const VERSION = '4.0.1';
2020
}

0 commit comments

Comments
 (0)