diff --git a/History.md b/History.md index 61a3225..d3bb98c 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,11 @@ +1.1.0 / 2013-08-01 +================== + + * add png compression options + * add jpeg stream progressive mode option + * fix resource leaks on read errors + 1.0.4 / 2013-07-23 ================== diff --git a/package.json b/package.json index 807da09..f40fe26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "canvas" , "description": "Canvas graphics API backed by Cairo" - , "version": "1.0.4" + , "version": "1.1.0" , "author": "TJ Holowaychuk " , "keywords": ["canvas", "graphic", "graphics", "pixman", "cairo", "image", "images", "pdf"] , "homepage": "https://github.com/learnboost/node-canvas"