We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad153c commit bad63c0Copy full SHA for bad63c0
CHANGELOG.md
@@ -1,6 +1,11 @@
1
ChangeLog
2
=========
3
4
+4.5.3 (2023-01-22)
5
+------------------
6
+
7
+* #607: Apply 'Support sabre/xml v4' and needed code changes to 4.5 branch (@phil-davis)
8
9
4.5.2 (2023-01-20)
10
------------------
11
lib/Version.php
@@ -14,5 +14,5 @@ class Version
14
/**
15
* Full version number.
16
*/
17
- public const VERSION = '4.5.2';
+ public const VERSION = '4.5.3';
18
}
0 commit comments