Skip to content

Commit

Permalink
Update changelog and version pending release
Browse files Browse the repository at this point in the history
  • Loading branch information
gav- committed Mar 24, 2023
1 parent db47d51 commit 86e525d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions 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.

Expand Down
2 changes: 1 addition & 1 deletion lib/RESTfm/Version.php
Expand Up @@ -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.

Expand Down

0 comments on commit 86e525d

Please sign in to comment.