diff --git a/CHANGES.md b/CHANGES.md index 1a762018..a82989fd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,15 @@ +2017-05-15, Version 3.8.0 +========================= + + * fix assert, make the test case more clear (rashmihunt) + + * code review, better asserts (rashmihunt) + + * test case to exclude base props (rashmihunt) + + * handle excludeBaseProperties (rashmihunt) + + 2017-05-15, Version 3.7.0 ========================= diff --git a/package.json b/package.json index 36475666..7e590c02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "3.7.0", + "version": "3.8.0", "publishConfig": { "export-tests": true },