We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd2cf7 commit 48db24fCopy full SHA for 48db24f
ChangeLog.md
@@ -1,6 +1,12 @@
1
ChangeLog
2
=========
3
4
+3.2.1 (2014-05-03)
5
+------------------
6
+* Minor tweak to make the unittests run with the latest hhvm on travis.
7
+* Updated timezone definitions.
8
+* Updated copyright links to point to http://sabre.io/
9
+
10
3.2.0 (2014-04-02)
11
------------------
12
lib/Sabre/VObject/Version.php
@@ -14,6 +14,6 @@ class Version {
14
/**
15
* Full version number
16
*/
17
- const VERSION = '3.2.0';
+ const VERSION = '3.2.1';
18
19
}
0 commit comments