diff --git a/CHANGES.md b/CHANGES.md index 8dd42f6e..7d049ac0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,15 @@ +2017-07-21, Version 2.55.1 +========================== + + * Catch errors using cb (loay) + + * Recursively cast props on fromDb for memory conn. (nVitius) + + * Recursively coerce nested properties in dao (nVitius) + + * Fix #1079 - Polymorphic hasMany inverse relation (#1296) (Janny) + + 2017-07-10, Version 2.55.0 ========================== diff --git a/package.json b/package.json index 15edda37..250c1767 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "2.55.0", + "version": "2.55.1", "publishConfig": { "tag": "lts", "export-tests": true