diff --git a/CHANGES.md b/CHANGES.md index bdb292b0..6bc9a461 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +2020-11-02, Version 4.26.0 +========================== + + * Fix value equality test to avoid toString (Raymond Feng) + + 2020-10-19, Version 4.25.0 ========================== diff --git a/package.json b/package.json index 2835a452..9390672c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "4.25.0", + "version": "4.26.0", "publishConfig": { "export-tests": true },