diff --git a/CHANGES.md b/CHANGES.md index f0c5bebd..a07d70f0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,27 @@ +2015-11-09, Version 2.23.0 +========================== + + * lib/registry: fix findModel for model ctor (Miroslav Bajtoš) + + * Refer to licenses with a link (Sam Roberts) + + * Fix user.resetPassword to fail on email not found (Simo Moujami) + + * Fix typo in doc comment (Rand McKinney) + + * Do not include redundant ports in verify links (Samuel Gaus) + + * Set application's id property only if it's empty. (wusuopu) + + * Check configs for shared method settings (Simon Ho) + + * Add test fixtures for shared methods (Simon Ho) + + * Clean up .jshintrc (Simon Ho) + + * Update comment about user ACL to reflect implementation (Felipe Oliveira Carvalho) + + 2015-09-23, Version 2.22.2 ========================== diff --git a/package.json b/package.json index 5c68e13c..ecd3ae42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback", - "version": "2.22.2", + "version": "2.23.0", "description": "LoopBack: Open Source Framework for Node.js", "homepage": "http://loopback.io", "keywords": [ @@ -104,6 +104,6 @@ }, "license": "MIT", "optionalDependencies": { - "sl-blip": "http://blip.strongloop.com/loopback@2.22.2" + "sl-blip": "http://blip.strongloop.com/loopback@2.23.0" } }