From 92ca816010b0a59ecae4904ee1d195fadb117af1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Bure=C5=A1?= Date: Thu, 19 May 2022 07:57:13 +0200 Subject: [PATCH] New version 1.0.4 --- CHANGELOG.md | 4 ++++ composer.json | 1 + 2 files changed, 5 insertions(+) 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": {