Skip to content

Commit

Permalink
Update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yakovkhalinsky committed Mar 4, 2017
1 parent 021853a commit 25a6336
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -97,4 +108,3 @@ Features
- Bucket Creation
- Bucket Deletion
- Initial mocha test setup

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 25a6336

Please sign in to comment.