diff --git a/CHANGELOG.md b/CHANGELOG.md index 98a2b65..1f9e378 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ ChangeLog ========= +0.6.0 (2019-08-25) +------------------ + +* Added support for php 7.3 +* REMOVED support for php 5.x +* Enabled event invitation plugin +* Enabled calendar sharing plugin +* Ships with sabre/dav 4.0.1 + 0.5.3 (2019-05-13) ------------------ diff --git a/Core/Distrib.php b/Core/Distrib.php index aace6f9..18af561 100644 --- a/Core/Distrib.php +++ b/Core/Distrib.php @@ -24,5 +24,5 @@ # This copyright notice MUST APPEAR in all copies of the script! ################################################################# -define("BAIKAL_VERSION", "0.5.3"); +define("BAIKAL_VERSION", "0.6.0"); define("BAIKAL_HOMEPAGE", "http://sabre.io/baikal/");