diff --git a/CHANGES.md b/CHANGES.md index 508e2624..44c956da 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +2019-05-03, Version 4.7.0 +========================= + + * fix: allow coercion of nested properties (biniam) + + 2019-05-03, Version 4.6.4 ========================= diff --git a/package.json b/package.json index 21c0ca8a..36ce4378 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "4.6.4", + "version": "4.7.0", "publishConfig": { "export-tests": true },