Skip to content

Commit 99caa5d

Browse files
authored
Merge pull request #261 from sabre-io/release/4.0.4
Release 4.0.4
2 parents 9cc5bcb + 0e37667 commit 99caa5d

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.4 (2023-11-09)
5+
------------------
6+
* #260 fix: more return type declarations on xmlDeserialize ( @DeepDiver1975 )
7+
48
4.0.3 (2023-11-09)
59
------------------
610
* #258 fix: return type of XmlFragment::xmlDeserialize to match base declaration ( @DeepDiver1975 )

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.3';
19+
public const VERSION = '4.0.4';
2020
}

0 commit comments

Comments
 (0)