diff --git a/CHANGELOG b/CHANGELOG index be22683..61f87f5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +Version 0.3.1 (2018-07-22) +========================== + +Bug fixes: +- Correctly read the configuration file on start-up +- Minor fixes to code and documentation + +Changes: +- Disable memory and time limits to avoid deadlocks with NextCloud News + Version 0.3.0 (2018-01-12) ========================== diff --git a/lib/Arsse.php b/lib/Arsse.php index 26fd7f5..3c945c3 100644 --- a/lib/Arsse.php +++ b/lib/Arsse.php @@ -7,7 +7,7 @@ declare(strict_types=1); namespace JKingWeb\Arsse; class Arsse { - const VERSION = "0.3.0"; + const VERSION = "0.3.1"; /** @var Lang */ public static $lang;