diff --git a/CHANGELOG.md b/CHANGELOG.md index 3745542..7b05875 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.0.4 +* Added support for multi session testing - #73 +* Fixed double quotes to not break JavaScript commands - #71 + # 1.0.3 * Fix incorrectly cropped full page screenshots * Remove test dependency from www.thewebhatesme.com to local http server diff --git a/composer.json b/composer.json index 12a8a89..c3f7039 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "name": "codeception/visualception", "description": "Visual regression tests for Codeception", + "version": "1.0.4", "homepage": "https://github.com/Codeception/VisualCeption", "license": "Apache-2.0", "require": {