diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a266f91b..bdb780b45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 4.7.2 - 2016-08-26 + +* Correctly display the images in the html report in case suite names contain non-urlsafe characters. + ## 4.7.1 - 2016-08-25 * Fixed critical bug which causes failing of browser requests diff --git a/package.json b/package.json index 8836bb650..c4c70a3c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gemini", - "version": "4.7.1", + "version": "4.7.2", "description": "UI Screenshot testing utility", "engines": { "node": ">= 4.0.0"