diff --git a/CHANGES.md b/CHANGES.md index 26f35006..e0f5a4f7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +2015-01-07, Version 2.9.0 +========================= + + * Update juggler dep (Raymond Feng) + + * Fix Geo test cases (Raymond Feng) + + * Allow User.hashPassword/validatePassword to be overridden (Raymond Feng) + + 2015-01-07, Version 2.8.8 ========================= @@ -695,10 +705,6 @@ * Enhance the error message (Raymond Feng) - -2014-07-16, Version 2.0.0-beta7 -=============================== - * Bump version (Raymond Feng) * 2.0.0-beta6 (Miroslav Bajtoš) @@ -839,6 +845,13 @@ 2014-07-16, Version 1.10.0 ========================== + + +2014-07-16, Version 2.0.0-beta7 +=============================== + + * Bump version (Raymond Feng) + * Remove unused dep (Raymond Feng) * Bump version and update deps (Raymond Feng) @@ -1285,6 +1298,14 @@ * 2.0.0-beta1 (Ritchie Martori) + * Bump version (Raymond Feng) + + * Add postgresql to the keywords (Raymond Feng) + + * updated package.json with SOAP and framework keywords (altsang) + + * updated package.json with keywords and updated description (Raymond Feng) + * Make app.datasources unique per app instance (Miroslav Bajtoš) * Add RC version (Ritchie Martori) @@ -1350,6 +1371,11 @@ * Add Change model (Ritchie Martori) +2014-05-27, Version 1.8.4 +========================= + + + 2014-05-27, Version 1.8.5 ========================= @@ -1361,14 +1387,8 @@ * updated package.json with keywords and updated description (Raymond Feng) - -2014-05-27, Version 1.8.4 -========================= - * Add more keywords (Raymond Feng) - * Bump version (Raymond Feng) - * app: flatten model config (Miroslav Bajtoš) * Fix the test for mocha 1.19.0 (Raymond Feng) diff --git a/package.json b/package.json index 57b77a2d..63a738e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback", - "version": "2.8.8", + "version": "2.9.0", "description": "LoopBack: Open Source Framework for Node.js", "homepage": "http://loopback.io", "keywords": [ @@ -102,6 +102,6 @@ "url": "https://github.com/strongloop/loopback/blob/master/LICENSE" }, "optionalDependencies": { - "sl-blip": "http://blip.strongloop.com/loopback@2.8.8" + "sl-blip": "http://blip.strongloop.com/loopback@2.9.0" } }