diff --git a/README.md b/README.md index 628e16e..56748ce 100755 --- a/README.md +++ b/README.md @@ -207,6 +207,15 @@ doesn't work for you please get in touch. ## Changelog + +#### 0.6.0 + +Many updates from the community, thank you to all. + +Especially: @oskardahlberg, @salmanulhaq, @jcao75, @psayre23, @jhludwig + , @coolblade, @ytham, @morganrallen and anyone I inadvertantly missed. + + #### 0.5.0 Lots more opencv functions added, and bugfixes from a large number of diff --git a/package.json b/package.json index c5784f7..3b8cc5e 100755 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "buffers": "0.1.1" }, - "version": "0.5.0", + "version": "0.6.0", "devDependencies": { "vows": "*" },