diff --git a/CHANGELOG b/CHANGELOG index ee6bce2..0254409 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,14 @@ +Version 0.6.1 (2019-01-23) + +Bug Fixes: +- Unify SQL timeout settings +- Correctly escape shell command in subprocess service driver +- Correctly allow null time intervals in configuration when appropriate + +Changes: +- Change PicoFeed dependency to maintained version (Thanks, Aaron Parecki!) +- Remove non-functional cURL service driver + Version 0.6.0 (2019-01-21) ========================== diff --git a/lib/Arsse.php b/lib/Arsse.php index 58b843d..7fbd1b2 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.6.0"; + const VERSION = "0.6.1"; /** @var Lang */ public static $lang;