diff --git a/CHANGELOG.md b/CHANGELOG.md index dde06df..5666b37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +### v0.9.12 (March 4, 2017) - The options release + +Fixes +- Added prefix and delimiter support to file list API call [link](https://github.com/yakovkhalinsky/backblaze-b2/pull/20) +- Promise Progress Notifications +[link](https://github.com/yakovkhalinsky/backblaze-b2/pull/21) + +Thanks to the contributors for this release +- [crazyscience](https://github.com/crazyscience) + + ### v0.9.11 (March 16, 2016) - The file encoding release Fixes @@ -97,4 +108,3 @@ Features - Bucket Creation - Bucket Deletion - Initial mocha test setup - diff --git a/package.json b/package.json index 608074f..0a942b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "backblaze-b2", - "version": "0.9.11", + "version": "0.9.12", "description": "Node.js Library for the Backblaze B2 Storage Service", "main": "index.js", "scripts": {