diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dd1190ef..1a57b3f46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.12.0 - 2015-05-07 + +* When capturing element is visible compltely in the viewport do not scroll to + element's location while taking the screenshot (@scff). + ## 0.11.5 - 2015-04-30 * Fix calibration in IE8 and add functional tests for it (@SevInf). diff --git a/package.json b/package.json index 7118fede0..080a825ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gemini", - "version": "0.11.5", + "version": "0.12.0", "description": "UI Screenshot testing utility", "bin": { "gemini": "./bin/gemini"