diff --git a/CHANGES.md b/CHANGES.md index ef8bc8f7..e9af3855 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +2018-10-31, Version 4.2.0 +========================= + + * Allow configuration of maxDepthOfQuery (Raymond Feng) + + 2018-10-29, Version 4.1.2 ========================= diff --git a/package.json b/package.json index 5b1a9f8b..a52abb65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "4.1.2", + "version": "4.2.0", "publishConfig": { "export-tests": true },