We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d45370 commit dad153cCopy full SHA for dad153c
CHANGELOG.md
@@ -1,6 +1,11 @@
1
ChangeLog
2
=========
3
4
+4.5.2 (2023-01-20)
5
+------------------
6
+
7
+* #603: Support sabre/xml v4 (@gharlan)
8
9
4.5.1 (2022-10-09)
10
------------------
11
lib/Version.php
@@ -14,5 +14,5 @@ class Version
14
/**
15
* Full version number.
16
*/
17
- const VERSION = '4.5.1';
+ public const VERSION = '4.5.2';
18
}
0 commit comments