Skip to content

Commit

Permalink
Updated changelog, bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Feb 15, 2016
1 parent 68fe08f commit 3102b80
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
ChangeLog
=========

0.3.2 (2016-??-??)
------------------

* #453: Fixed a bug during a 0.2.7 to 0.3.1 upgrade if a users' me-card was
set. (@untitaker).


0.3.1 (2016-02-15)
------------------

* #451: Fixed a fatal crasher.
* #451: Fixed a fatal crasher. (@paolomainardi)
* Ships with sabre/dav 3.1.1


0.3.0 (2016-02-14)
Expand All @@ -27,6 +35,7 @@ ChangeLog
* #381: SQLite database woes. The database is now created from scratch when
installing.
* #320: Allow underscores in calendar/addressbook uris.
* Ships with sabre/dav 3.1.1


0.2.7 (2014-02-02)
Expand Down
2 changes: 1 addition & 1 deletion Core/Distrib.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
# This copyright notice MUST APPEAR in all copies of the script!
#################################################################

define("BAIKAL_VERSION", "0.3.1");
define("BAIKAL_VERSION", "0.3.2");
define("BAIKAL_HOMEPAGE", "http://baikal-server.com");

0 comments on commit 3102b80

Please sign in to comment.