diff --git a/CHANGES.md b/CHANGES.md index ad40583f..ac2fd2f9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +2019-11-28, Version 4.16.0 +========================== + + * feat: applyDefaultOnWrites in nested properties (Hage Yaapa) + + * chore: disable security issue reporting (Nora) + + 2019-11-18, Version 4.15.0 ========================== diff --git a/package.json b/package.json index e80b0e5b..d07e3a68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "4.15.0", + "version": "4.16.0", "publishConfig": { "export-tests": true },