diff --git a/CHANGES.md b/CHANGES.md index 1aa6201a..b4f70b8b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,25 @@ +2018-10-26, Version 4.1.0 +========================= + + * Ren handleUndefined to normalizeUndefinedInQuery (Raymond Feng) + + * Report circular or deep query objects (Raymond Feng) + + * Hide offending properties from the error object (Raymond Feng) + + * Tidy up extended operator check (Raymond Feng) + + * Prevent hidden/protected props from being searched (Raymond Feng) + + * Report errors for missing id props for include (Raymond Feng) + + * fix: add test coverage, correct typo that exposed (Matthew Gabeler-Lee) + + * fix: accelerate unique id checking (Matthew Gabeler-Lee) + + * remove null in embedded doc properties updates (Dimitris) + + 2018-10-08, Version 4.0.0 ========================= diff --git a/package.json b/package.json index f7f60368..5287b671 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "4.0.0", + "version": "4.1.0", "publishConfig": { "export-tests": true },