diff --git a/CHANGES.md b/CHANGES.md index bc1f8f7d..5c20da0d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,17 @@ +2015-05-27, Version 2.29.0 +========================== + + * Enhance the apis and add more tests (Raymond Feng) + + * Fix for https://github.com/strongloop/loopback/issues/1401 (Raymond Feng) + + * Fix ReferenceError: definition is not defined (Dmitry Manannikov) + + * Mix in observer apis to the connector (Raymond Feng) + + * Enhance fieldsToArray to consider strict mode (Raymond Feng) + + 2015-05-20, Version 2.28.1 ========================== diff --git a/package.json b/package.json index 582f16cf..91417a78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "2.28.1", + "version": "2.29.0", "description": "LoopBack DataSoure Juggler", "keywords": [ "StrongLoop",