From 86e525d1d98dee54334ac5c31ebe66297e678a5f Mon Sep 17 00:00:00 2001 From: Gavin Stewart Date: Fri, 24 Mar 2023 16:30:07 +1100 Subject: [PATCH] Update changelog and version pending release --- CHANGELOG | 3 +++ lib/RESTfm/Version.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 2fa15e7..863f467 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +### 6.0.3 (Released 2023-03-24) ### + - Fix for empty query in find for Data API backend. + ### 6.0.2 (Released 2022-09-28) ### - Fix regression that stops non Data API backends from working. diff --git a/lib/RESTfm/Version.php b/lib/RESTfm/Version.php index 971dc8e..7dbbcb7 100644 --- a/lib/RESTfm/Version.php +++ b/lib/RESTfm/Version.php @@ -23,7 +23,7 @@ * Version static class to hold release version. */ class Version { - private static $_release = '6.0.2'; + private static $_release = '6.0.3'; private static $_revision = '%%REVISION%%'; private static $_protocol = '6'; // Bump this when REST API changes.