diff --git a/CHANGES.md b/CHANGES.md index 70fd9eb..165edfa 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,19 @@ +2016-08-29, Version 1.9.1 +========================= + + * Add provider upload response in final response (Loic VELUT) + + * Continue middleware chain after download. (Richard Pringle) + + * Add test for beforeRemote hook on download. (Richard Pringle) + + * Use ephemeral port in upload/download test. (Richard Pringle) + + * Add globalization to module. (Richard Pringle) + + * Fix windows upload test double callback issue (David Cheung) + + 2016-07-18, Version 1.9.0 ========================= diff --git a/package.json b/package.json index b36bb96..7a19bda 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "loopback-component-storage", "description": "Loopback Storage Service", - "version": "1.9.0", + "version": "1.9.1", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js"