diff --git a/CHANGES.md b/CHANGES.md index ad78087..8d10a35 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,23 @@ +2017-01-06, Version 3.0.0 +========================= + + * Rework README, add info from docs site (Miroslav Bajtoš) + + * Drop continuation-local-storage, use cls-hooked (josieusa) + + * Update paid support URL (Siddhi Pai) + + * Add app using loopback-context (Amir Jafarian) + + * Drop support for Node v0.10 and v0.12 (Siddhi Pai) + + * Start the development of the next major version (Siddhi Pai) + + * Update deps to loopback 3.0.0 RC (Miroslav Bajtoš) + + * make warning less ambigious (Carl Fürstenberg) + + 2016-08-10, Version 1.0.0 ========================= diff --git a/package.json b/package.json index 35b97b1..8aae6a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-context", - "version": "3.0.0-alpha.1", + "version": "3.0.0", "description": "Current context for LoopBack applications, based on cls-hooked", "engines": { "node": "^4.5 || ^5.10 || ^6.0"