diff --git a/CHANGES.md b/CHANGES.md index 4bb0606..58769e0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +2020-11-09, Version 5.0.1 +========================= + + * Group clauses for AND/OR conditions (Raymond Feng) + + 2020-08-28, Version 5.0.0 ========================= diff --git a/package.json b/package.json index 4315261..1908a38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-connector", - "version": "5.0.0", + "version": "5.0.1", "description": "Building blocks for LoopBack connectors", "engines": { "node": ">=10"