From e4d64424c77aaaa9d22d74c77adba29e9baa6b0e Mon Sep 17 00:00:00 2001 From: "J. King" Date: Sun, 22 Jul 2018 12:30:44 -0400 Subject: [PATCH] Make new bugfix release --- CHANGELOG | 10 ++++++++++ lib/Arsse.php | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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;