diff --git a/README.md b/README.md index e9e49f3..d92ff09 100755 --- a/README.md +++ b/README.md @@ -185,6 +185,16 @@ doesn't work for you please get in touch. ## Changelog +#### 0.0.11 + +- Bug Fixes +- ImageStream becomes ImageDataStream, and new ImageStream allows multiple images to be +streamed as matrices, for example, with an object detection stream. +- @ryansouza improved documentation +- Correcting matrix constructor (thanks @gluxon) +- @Michael Smith expanded Contours functionality. + +Thanks all! #### 0.0.10 diff --git a/package.json b/package.json index a74c94b..766579c 100755 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "buffers": "0.1.1" }, - "version": "0.0.10", + "version": "0.0.11", "devDependencies": { "vows": "*" },