Skip to content

Commit f1a6e23

Browse files
committed
prepare release 5.0.4
1 parent 2c6b264 commit f1a6e23

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [5.0.4](https://github.com/extent-framework/extentreports-java/compare/v5.0.3...v5.0.4)
2+
3+
#### Issues Resolved
4+
- [#240](/issues/240) Change static URI anchor behavior
5+
- [#246](/issues/246) Collapse all nodes other than failure
6+
- [#252](/issues/252) Nodes were using status color from the parent node
7+
- [#235](/issues/235) [#236](/issues/236) Style updates
8+
9+
#### New Features
10+
- [#233](/issues/233) ExtentSparkReporter does not show timeline in dashboard view
11+
112
## [5.0.3](https://github.com/extent-framework/extentreports-java/compare/v5.0.2...v5.0.3)
213

314
#### 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.4-SNAPSHOT</version>
8+
<version>5.0.4</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.4-SNAPSHOT</version>
8+
<version>5.0.4</version>
99
<name>klov-reporter</name>
1010
<url>www.extentreports.com</url>
1111
<description>Reporter for Klov Server</description>
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>com.aventstack</groupId>
4545
<artifactId>extentreports</artifactId>
46-
<version>5.0.3</version>
46+
<version>5.0.4</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>org.mongodb</groupId>

0 commit comments

Comments
 (0)