diff --git a/CHANGES.md b/CHANGES.md index e2dd523..e3836ca 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,21 @@ +2015-11-24, Version 1.6.0 +========================= + + * Add range support (Raymond Feng) + + * Refer to licenses with a link (Sam Roberts) + + * Upgrade LB Explorer and related changes (crandmck) + + * Fix the test case (Raymond Feng) + + * Use strongloop conventions for licensing (Sam Roberts) + + * Fix link to docs (Rand McKinney) + + * Bump client dependencies (upq) + + 2015-07-31, Version 1.5.1 ========================= diff --git a/package.json b/package.json index 40954cb..1907a8b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "loopback-component-storage", "description": "Loopback Storage Service", - "version": "1.5.1", + "version": "1.6.0", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js" @@ -24,6 +24,6 @@ }, "license": "Artistic-2.0", "optionalDependencies": { - "sl-blip": "http://blip.strongloop.com/loopback-component-storage@1.5.1" + "sl-blip": "http://blip.strongloop.com/loopback-component-storage@1.6.0" } }