From e7dd2745678305435754aa50adb7613a5115b4b2 Mon Sep 17 00:00:00 2001 From: Gavin Stewart Date: Tue, 22 Mar 2016 10:40:11 +1100 Subject: [PATCH] Update changelog and version pending merge. --- CHANGELOG | 4 ++++ lib/RESTfm/Version.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 1d6b3b0..d9c8b1a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +### 4.0.1 (Released 2016-03-22) ### + - Handle alternate http/https ports and/or port-forwarding scenarios + in report page. + ### 4.0.0 (Released 2016-03-11) ### - Handle searching on repetitions where submitted search field contains an index. diff --git a/lib/RESTfm/Version.php b/lib/RESTfm/Version.php index ca094f5..3a30d5f 100644 --- a/lib/RESTfm/Version.php +++ b/lib/RESTfm/Version.php @@ -21,7 +21,7 @@ * Version static class to hold release version. */ class Version { - private static $_release = '4.0.0'; + private static $_release = '4.0.1'; private static $_revision = '%%REVISION%%'; private static $_protocol = '5'; // Bump this when REST API changes.