diff --git a/CHANGES.md b/CHANGES.md index 2d401207..f3d28f2c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,8 @@ -2019-02-19, Version 4.5.4 +2019-02-26, Version 4.6.0 ========================= + * feat: Support "type" key in sub-properties (Hage Yaapa) + * fix: use correct callback for geo find queries (biniam) * fix: update typescript declarations (biniam) diff --git a/package.json b/package.json index 5429ab9d..b498adf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "4.5.4", + "version": "4.6.0", "publishConfig": { "export-tests": true },