From 2bd52991fadd37de2788b33ab627cc002cb1c9c2 Mon Sep 17 00:00:00 2001 From: VimalRaj Selvam Date: Tue, 14 Mar 2017 07:10:26 +0530 Subject: [PATCH] Release for v2.0.4 --- Changelog.md | 3 +++ Readme.md | 2 +- pom.xml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 6e0d5c6..00978fc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,8 @@ # Changelog +### v2.0.4 +- Reverted the optional file parameter for the plugin due to a bug in Cucumber + ### v2.0.3 - Fixed the bug while running on parallel using TestNG diff --git a/Readme.md b/Readme.md index f045c40..9b95c4a 100644 --- a/Readme.md +++ b/Readme.md @@ -14,7 +14,7 @@ If you are using a maven based project, you can directly add this library as a d com.vimalselvam cucumber-extentsreport - 2.0.3 + 2.0.4 ``` diff --git a/pom.xml b/pom.xml index a54d357..2f948c6 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.vimalselvam cucumber-extentsreport - 2.0.3 + 2.0.4