We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e25f1bb commit 32524c7Copy full SHA for 32524c7
CHANGELOG.md
@@ -1,8 +1,8 @@
1
ChangeLog
2
=========
3
4
-3.2.0-alpha2 (2016-??-??)
5
--------------------------
+3.2.0-beta1 (2016-05-20)
+------------------------
6
7
* #833: Calendars throw exceptions when the sharing plugin is not enabled.
8
* #834: Return vCards exactly as they were stored if we don't need to convert
lib/DAV/Version.php
@@ -14,6 +14,6 @@ class Version {
14
/**
15
* Full version number
16
*/
17
- const VERSION = '3.2.0-alpha1';
+ const VERSION = '3.2.0-beta1';
18
19
}
0 commit comments