Skip to content

Commit d6e6a9d

Browse files
committed
release 5.0.8
1 parent bc312b6 commit d6e6a9d

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [5.0.8](https://github.com/extent-framework/extentreports-java/compare/v5.0.7...v5.0.8)
2+
3+
#### Issues Resolved
4+
- [#292](/issues/292) SparkReporter - Exceptions - Overall count of failed tests is not correct
5+
- [#293](/issues/293) SparkReporter - Timestamps - Datetime formats are not unified
6+
- [#297](/issues/297) Nodes: improve node meta-info
7+
8+
#### New Features
9+
- [#295](/issues/295) KlovReporter: Expose MongoClient
10+
111
## [5.0.7](https://github.com/extent-framework/extentreports-java/compare/v5.0.6...v5.0.7)
212

313
#### Issues Resolved

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.aventstack</groupId>
77
<artifactId>extentreports</artifactId>
8-
<version>5.0.8-SNAPSHOT</version>
8+
<version>5.0.8</version>
99

1010
<name>ExtentReports</name>
1111
<url>www.extentreports.com</url>

reporters/klov/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.aventstack</groupId>
77
<artifactId>klov-reporter</artifactId>
8-
<version>5.0.8-SNAPSHOT</version>
8+
<version>5.0.8</version>
99
<name>klov-reporter</name>
1010

1111
<url>www.extentreports.com</url>
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.aventstack</groupId>
4646
<artifactId>extentreports</artifactId>
47-
<version>5.0.7</version>
47+
<version>5.0.8</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.mongodb</groupId>

0 commit comments

Comments
 (0)