diff --git a/CHANGELOG b/CHANGELOG index 109f5dd5..e84b1637 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +v0.2.0: + date: 2014-02-15 + changes: + - support global store option. + - pass file data as second argument to callback. v0.1.4: date: 2014-02-07 changes: diff --git a/README.md b/README.md index b9aa1123..0ddca324 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# zip-stream v0.1.4 [![Build Status](https://secure.travis-ci.org/ctalkington/node-zip-stream.png?branch=master)](http://travis-ci.org/ctalkington/node-zip-stream) +# zip-stream v0.2.0 [![Build Status](https://secure.travis-ci.org/ctalkington/node-zip-stream.png?branch=master)](http://travis-ci.org/ctalkington/node-zip-stream) zip-stream is a streaming zip generator. It was built to be a successor to [zipstream](https://npmjs.org/package/zipstream). Dependencies are kept to a minimum through the use of many of node's built-in modules including the use of zlib module for compression. diff --git a/package.json b/package.json index 0d3560ef..4cfd04db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zip-stream", - "version": "0.1.4", + "version": "0.2.0", "description": "a streaming zip generator.", "homepage": "https://github.com/ctalkington/node-zip-stream", "author": {