diff --git a/CHANGES.md b/CHANGES.md index 02ca24b7..57ab59db 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +2018-10-31, Version 3.26.0 +========================== + + * Allow configuration of maxDepthOfQuery (Raymond Feng) + + 2018-10-29, Version 3.25.2 ========================== diff --git a/package.json b/package.json index f0b13667..ce5b3267 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "3.25.2", + "version": "3.26.0", "publishConfig": { "export-tests": true, "tag": "lts"